#2C7D38

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

Shades of Japanese Laurel #2C7D38

Tints of Japanese Laurel #2C7D38

Color information

#2C7D38 (or 0x2C7D38) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 7D and 38. RGB value is (44,125,56). Sum of RGB (Red+Green+Blue) = 44+125+56=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7D38 is #D382C7. Grayscale: #5D5D5D. Windows color (decimal): -13861576 or 3702060. OLE color: 3702060.

HSL color Cylindrical-coordinate representation of color #2C7D38: hue angle of 128.89º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D38 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB4412556-
CMYK0.6500.550.51
HSL128.89º47.93%33.14%-
HSV(B)128.89º64.8%49.02%-
XYZ9.0915.496.25-
YUV92.92107.1693.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 125 (49.22% from 255) = 55.56%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=19.56%
G=55.56%
B=24.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44125560.6500.550.51128.8947.9333.14
Hex2C7D384103733813021
Octal5417570101067632016041
Binary10110011111011110001000001011011111001110000001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,125,56); }

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

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

 a { background-color: rgb(44,125,56); }

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

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

 span { border-color: rgb(44,125,56); }

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