#2D7F33

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

Shades of Japanese Laurel #2D7F33

Tints of Japanese Laurel #2D7F33

Color information

#2D7F33 (or 0x2D7F33) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 7F and 33. RGB value is (45,127,51). Sum of RGB (Red+Green+Blue) = 45+127+51=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #2D7F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7F33 is #D280CC. Grayscale: #5E5E5E. Windows color (decimal): -13795533 or 3374893. OLE color: 3374893.

HSL color Cylindrical-coordinate representation of color #2D7F33: hue angle of 124.39º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D7F33 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB4512751-
CMYK0.6500.600.50
HSL124.39º47.67%33.73%-
HSV(B)124.39º64.57%49.8%-
XYZ9.2715.985.73-
YUV93.82103.8393.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 127 (50% from 255) = 56.95%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=20.18%
G=56.95%
B=22.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal45127510.6500.600.50124.3947.6733.73
Hex2D7F334103C327c3022
Octal5517763101074621746042
Binary1011011111111110011100000101111001100101111100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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