#268638

Color #268638 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #268638

Tints of Japanese Laurel #268638

Color information

#268638 (or 0x268638) is unknown color: approx Japanese Laurel. HEX triplet: 26, 86 and 38. RGB value is (38,134,56). Sum of RGB (Red+Green+Blue) = 38+134+56=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #268638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268638 is #D979C7. Grayscale: #606060. Windows color (decimal): -14252488 or 3704358. OLE color: 3704358.

HSL color Cylindrical-coordinate representation of color #268638: hue angle of 131.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268638 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB3813456-
CMYK0.7200.580.47
HSL131.25º55.81%33.73%-
HSV(B)131.25º71.64%52.55%-
XYZ10.0417.756.64-
YUV96.4105.286.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 134 (52.73% from 255) = 58.77%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=16.67%
G=58.77%
B=24.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38134560.7200.580.47131.2555.8133.73
Hex2686384803A2F833822
Octal4620670110072572037042
Binary100110100001101110001001000011101010111110000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268638; }

 p { color: rgb(38,134,56); }

 H1.HeaderClassName
 {
   color: #268638;
 }
 .AnyTagClassName
 {
   color: #268638;
 }
</style>
background-color css

<style>
 a { background-color: #268638; }

 a { background-color: rgb(38,134,56); }

 div.DivClassName
 {
   background-color: #268638;
 }
 .BgClassName
 {
   background-color: #268638;
 }
</style>
border-color css

<style>
 span { border-color: #268638; }

 span { border-color: rgb(38,134,56); }

 td.TdClassName
 {
   border-color: #268638;
 }
 .TagClassName
 {
   border-color: #268638;
 }
</style>