#2C711F

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

Shades of Japanese Laurel #2C711F

Tints of Japanese Laurel #2C711F

Color information

#2C711F (or 0x2C711F) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 71 and 1F. RGB value is (44,113,31). Sum of RGB (Red+Green+Blue) = 44+113+31=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #2C711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C711F is #D38EE0. Grayscale: #535353. Windows color (decimal): -13864673 or 2060588. OLE color: 2060588.

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

Color convert

RGB4411331-
CMYK0.6100.730.56
HSL110.49º56.94%28.24%-
HSV(B)110.49º72.57%44.31%-
XYZ7.1912.443.32-
YUV83.0298.64100.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.40%
GREEN value IS 113 (44.53% from 255) = 60.11%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=23.40%
G=60.11%
B=16.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44113310.6100.730.56110.4956.9428.24
Hex2C711F3D049386e391c
Octal5416137750111701567134
Binary10110011100011111111110101001001111000110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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