#2C752F

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

Shades of Japanese Laurel #2C752F

Tints of Japanese Laurel #2C752F

Color information

#2C752F (or 0x2C752F) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 75 and 2F. RGB value is (44,117,47). Sum of RGB (Red+Green+Blue) = 44+117+47=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #2C752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C752F is #D38AD0. Grayscale: #575757. Windows color (decimal): -13863633 or 3110188. OLE color: 3110188.

HSL color Cylindrical-coordinate representation of color #2C752F: hue angle of 122.47º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C752F is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB4411747-
CMYK0.6200.600.54
HSL122.47º45.34%31.57%-
HSV(B)122.47º62.39%45.88%-
XYZ7.9113.464.87-
YUV87.19105.3297.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=21.15%
G=56.25%
B=22.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44117470.6200.600.54122.4745.3431.57
Hex2C752F3E03C367a2d20
Octal541655776074661725540
Binary101100111010110111111111001111001101101111010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,117,47); }

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

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

 a { background-color: rgb(44,117,47); }

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

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

 span { border-color: rgb(44,117,47); }

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