#2C7126

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

Shades of Japanese Laurel #2C7126

Tints of Japanese Laurel #2C7126

Color information

#2C7126 (or 0x2C7126) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 71 and 26. RGB value is (44,113,38). Sum of RGB (Red+Green+Blue) = 44+113+38=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #2C7126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7126 is #D38ED9. Grayscale: #545454. Windows color (decimal): -13864666 or 2519340. OLE color: 2519340.

HSL color Cylindrical-coordinate representation of color #2C7126: hue angle of 115.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C7126 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB4411338-
CMYK0.6100.660.56
HSL115.2º49.67%29.61%-
HSV(B)115.2º66.37%44.31%-
XYZ7.2912.493.86-
YUV83.82102.1499.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 113 (44.53% from 255) = 57.95%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=22.56%
G=57.95%
B=19.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44113380.6100.660.56115.249.6729.61
Hex2C71263D0423873321e
Octal5416146750102701636236
Binary101100111000110011011110101000010111000111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,113,38); }

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

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

 a { background-color: rgb(44,113,38); }

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

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

 span { border-color: rgb(44,113,38); }

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