#2C7C30

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

Shades of Japanese Laurel #2C7C30

Tints of Japanese Laurel #2C7C30

Color information

#2C7C30 (or 0x2C7C30) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 7C and 30. RGB value is (44,124,48). Sum of RGB (Red+Green+Blue) = 44+124+48=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7C30 is #D383CF. Grayscale: #5B5B5B. Windows color (decimal): -13861840 or 3177516. OLE color: 3177516.

HSL color Cylindrical-coordinate representation of color #2C7C30: hue angle of 123º 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 #2C7C30 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB4412448-
CMYK0.6500.610.51
HSL123º47.62%32.94%-
HSV(B)123º64.52%48.63%-
XYZ8.7815.165.26-
YUV91.42103.594.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 124 (48.83% from 255) = 57.41%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=20.37%
G=57.41%
B=22.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44124480.6500.610.5112347.6232.94
Hex2C7C304103D337b3021
Octal5417460101075631736041
Binary1011001111100110000100000101111011100111111011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,124,48); }

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

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

 a { background-color: rgb(44,124,48); }

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

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

 span { border-color: rgb(44,124,48); }

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