#2D7C26

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

Shades of Japanese Laurel #2D7C26

Tints of Japanese Laurel #2D7C26

Color information

#2D7C26 (or 0x2D7C26) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 7C and 26. RGB value is (45,124,38). Sum of RGB (Red+Green+Blue) = 45+124+38=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7C26 is #D283D9. Grayscale: #5A5A5A. Windows color (decimal): -13796314 or 2522157. OLE color: 2522157.

HSL color Cylindrical-coordinate representation of color #2D7C26: hue angle of 115.12º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D7C26 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB4512438-
CMYK0.6400.690.51
HSL115.12º53.09%31.76%-
HSV(B)115.12º69.35%48.63%-
XYZ8.6415.114.3-
YUV90.5798.3395.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 124 (48.83% from 255) = 59.90%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=21.74%
G=59.90%
B=18.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45124380.6400.690.51115.1253.0931.76
Hex2D7C264004533733520
Octal55174461000105631636540
Binary10110111111001001101000000010001011100111110011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D7C26; }

 p { color: rgb(45,124,38); }

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

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

 a { background-color: rgb(45,124,38); }

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

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

 span { border-color: rgb(45,124,38); }

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