#2C8C3C

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

Shades of Japanese Laurel #2C8C3C

Tints of Japanese Laurel #2C8C3C

Color information

#2C8C3C (or 0x2C8C3C) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 8C and 3C. RGB value is (44,140,60). Sum of RGB (Red+Green+Blue) = 44+140+60=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #2C8C3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8C3C is #D373C3. Grayscale: #666666. Windows color (decimal): -13857732 or 3968044. OLE color: 3968044.

HSL color Cylindrical-coordinate representation of color #2C8C3C: hue angle of 130º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8C3C is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB4414060-
CMYK0.6900.570.45
HSL130º52.17%36.08%-
HSV(B)130º68.57%54.9%-
XYZ11.2319.627.47-
YUV102.18104.286.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.03%
GREEN value IS 140 (55.08% from 255) = 57.38%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=18.03%
G=57.38%
B=24.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44140600.6900.570.4513052.1736.08
Hex2C8C3C450392D823424
Octal5421474105071552026444
Binary101100100011001111001000101011100110110110000010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,140,60); }

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

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

 a { background-color: rgb(44,140,60); }

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

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

 span { border-color: rgb(44,140,60); }

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