#268737

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

Shades of Japanese Laurel #268737

Tints of Japanese Laurel #268737

Color information

#268737 (or 0x268737) is unknown color: approx Japanese Laurel. HEX triplet: 26, 87 and 37. RGB value is (38,135,55). Sum of RGB (Red+Green+Blue) = 38+135+55=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #268737 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268737 is #D978C8. Grayscale: #616161. Windows color (decimal): -14252233 or 3639078. OLE color: 3639078.

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

Color convert

RGB3813555-
CMYK0.7200.590.47
HSL130.52º56.07%33.92%-
HSV(B)130.52º71.85%52.94%-
XYZ10.1518.026.56-
YUV96.88104.3686-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 135 (53.12% from 255) = 59.21%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=16.67%
G=59.21%
B=24.12%

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
Decimal38135550.7200.590.47130.5256.0733.92
Hex2687374803B2F833822
Octal4620767110073572037042
Binary100110100001111101111001000011101110111110000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268737; }

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

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

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

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

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

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

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

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