#2C7430

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

Shades of Japanese Laurel #2C7430

Tints of Japanese Laurel #2C7430

Color information

#2C7430 (or 0x2C7430) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 74 and 30. RGB value is (44,116,48). Sum of RGB (Red+Green+Blue) = 44+116+48=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7430 is #D38BCF. Grayscale: #565656. Windows color (decimal): -13863888 or 3175468. OLE color: 3175468.

HSL color Cylindrical-coordinate representation of color #2C7430: hue angle of 123.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7430 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB4411648-
CMYK0.6200.590.55
HSL123.33º45%31.37%-
HSV(B)123.33º62.07%45.49%-
XYZ7.8213.244.94-
YUV86.72106.1597.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 116 (45.70% from 255) = 55.77%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=21.15%
G=55.77%
B=23.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116480.6200.590.55123.334531.37
Hex2C74303E03B377b2d1f
Octal541646076073671735537
Binary10110011101001100001111100111011110111111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,116,48); }

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

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

 a { background-color: rgb(44,116,48); }

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

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

 span { border-color: rgb(44,116,48); }

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