#268738

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

Shades of Japanese Laurel #268738

Tints of Japanese Laurel #268738

Color information

#268738 (or 0x268738) is unknown color: approx Japanese Laurel. HEX triplet: 26, 87 and 38. RGB value is (38,135,56). Sum of RGB (Red+Green+Blue) = 38+135+56=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #268738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268738 is #D978C7. Grayscale: #616161. Windows color (decimal): -14252232 or 3704614. OLE color: 3704614.

HSL color Cylindrical-coordinate representation of color #268738: hue angle of 131.13º 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 #268738 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB3813556-
CMYK0.7200.590.47
HSL131.13º56.07%33.92%-
HSV(B)131.13º71.85%52.94%-
XYZ10.1818.036.68-
YUV96.99104.8685.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=16.59%
G=58.95%
B=24.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38135560.7200.590.47131.1356.0733.92
Hex2687384803B2F833822
Octal4620770110073572037042
Binary100110100001111110001001000011101110111110000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268738; }

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

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

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

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

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

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

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

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