#2C7630

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

Shades of Japanese Laurel #2C7630

Tints of Japanese Laurel #2C7630

Color information

#2C7630 (or 0x2C7630) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 76 and 30. RGB value is (44,118,48). Sum of RGB (Red+Green+Blue) = 44+118+48=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7630 is #D389CF. Grayscale: #585858. Windows color (decimal): -13863376 or 3175980. OLE color: 3175980.

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

Color convert

RGB4411848-
CMYK0.6300.590.54
HSL123.24º45.68%31.76%-
HSV(B)123.24º62.71%46.27%-
XYZ8.0513.715.02-
YUV87.89105.4896.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.95%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=20.95%
G=56.19%
B=22.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44118480.6300.590.54123.2445.6831.76
Hex2C76303F03B367b2e20
Octal541666077073661735640
Binary101100111011011000011111101110111101101111011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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