#2C7823

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

Shades of Japanese Laurel #2C7823

Tints of Japanese Laurel #2C7823

Color information

#2C7823 (or 0x2C7823) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 78 and 23. RGB value is (44,120,35). Sum of RGB (Red+Green+Blue) = 44+120+35=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7823 is #D387DC. Grayscale: #575757. Windows color (decimal): -13862877 or 2324524. OLE color: 2324524.

HSL color Cylindrical-coordinate representation of color #2C7823: hue angle of 113.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C7823 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB4412035-
CMYK0.6300.710.53
HSL113.65º54.84%30.39%-
HSV(B)113.65º70.83%47.06%-
XYZ8.0614.093.88-
YUV87.5998.3296.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.11%
GREEN value IS 120 (47.27% from 255) = 60.30%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=22.11%
G=60.30%
B=17.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120350.6300.710.53113.6554.8430.39
Hex2C78233F0473572371e
Octal5417043770107651626736
Binary101100111100010001111111101000111110101111001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,120,35); }

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

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

 a { background-color: rgb(44,120,35); }

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

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

 span { border-color: rgb(44,120,35); }

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