#2C7427

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

Shades of Japanese Laurel #2C7427

Tints of Japanese Laurel #2C7427

Color information

#2C7427 (or 0x2C7427) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 74 and 27. RGB value is (44,116,39). Sum of RGB (Red+Green+Blue) = 44+116+39=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7427 is #D38BD8. Grayscale: #555555. Windows color (decimal): -13863897 or 2585644. OLE color: 2585644.

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

Color convert

RGB4411639-
CMYK0.6200.660.55
HSL116.1º49.68%30.39%-
HSV(B)116.1º66.38%45.49%-
XYZ7.6513.174.06-
YUV85.69101.6598.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.11%
GREEN value IS 116 (45.70% from 255) = 58.29%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=22.11%
G=58.29%
B=19.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116390.6200.660.55116.149.6830.39
Hex2C74273E0423774321e
Octal5416447760102671646236
Binary101100111010010011111111001000010110111111010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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