#2C7B37

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

Shades of Japanese Laurel #2C7B37

Tints of Japanese Laurel #2C7B37

Color information

#2C7B37 (or 0x2C7B37) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 7B and 37. RGB value is (44,123,55). Sum of RGB (Red+Green+Blue) = 44+123+55=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7B37 is #D384C8. Grayscale: #5B5B5B. Windows color (decimal): -13862089 or 3636012. OLE color: 3636012.

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

Color convert

RGB4412355-
CMYK0.6400.550.52
HSL128.35º47.31%32.75%-
HSV(B)128.35º64.23%48.24%-
XYZ8.8114.986.04-
YUV91.63107.3394.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 123 (48.44% from 255) = 55.41%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=19.82%
G=55.41%
B=24.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44123550.6400.550.52128.3547.3132.75
Hex2C7B374003734802f21
Octal5417367100067642005741
Binary10110011110111101111000000011011111010010000000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,123,55); }

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

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

 a { background-color: rgb(44,123,55); }

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

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

 span { border-color: rgb(44,123,55); }

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