#2D7833

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

Shades of Japanese Laurel #2D7833

Tints of Japanese Laurel #2D7833

Color information

#2D7833 (or 0x2D7833) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 78 and 33. RGB value is (45,120,51). Sum of RGB (Red+Green+Blue) = 45+120+51=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #2D7833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7833 is #D287CC. Grayscale: #595959. Windows color (decimal): -13797325 or 3373101. OLE color: 3373101.

HSL color Cylindrical-coordinate representation of color #2D7833: hue angle of 124.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7833 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB4512051-
CMYK0.6300.580.53
HSL124.8º45.45%32.35%-
HSV(B)124.8º62.5%47.06%-
XYZ8.414.235.44-
YUV89.71106.1596.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.83%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=20.83%
G=55.56%
B=23.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45120510.6300.580.53124.845.4532.35
Hex2D78333F03A357d2d20
Octal551706377072651755540
Binary101101111100011001111111101110101101011111101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,120,51); }

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

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

 a { background-color: rgb(45,120,51); }

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

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

 span { border-color: rgb(45,120,51); }

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