#2D7B27

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

Shades of Japanese Laurel #2D7B27

Tints of Japanese Laurel #2D7B27

Color information

#2D7B27 (or 0x2D7B27) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 7B and 27. RGB value is (45,123,39). Sum of RGB (Red+Green+Blue) = 45+123+39=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7B27 is #D284D8. Grayscale: #5A5A5A. Windows color (decimal): -13796569 or 2587437. OLE color: 2587437.

HSL color Cylindrical-coordinate representation of color #2D7B27: hue angle of 115.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D7B27 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB4512339-
CMYK0.6300.680.52
HSL115.71º51.85%31.76%-
HSV(B)115.71º68.29%48.24%-
XYZ8.5314.874.34-
YUV90.199.1695.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 123 (48.44% from 255) = 59.42%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=21.74%
G=59.42%
B=18.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45123390.6300.680.52115.7151.8531.76
Hex2D7B273F04434743420
Octal5517347770104641646440
Binary1011011111011100111111111010001001101001110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,123,39); }

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

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

 a { background-color: rgb(45,123,39); }

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

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

 span { border-color: rgb(45,123,39); }

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