#2C7735

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

Shades of Japanese Laurel #2C7735

Tints of Japanese Laurel #2C7735

Color information

#2C7735 (or 0x2C7735) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 77 and 35. RGB value is (44,119,53). Sum of RGB (Red+Green+Blue) = 44+119+53=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7735 is #D388CA. Grayscale: #595959. Windows color (decimal): -13863115 or 3503916. OLE color: 3503916.

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

Color convert

RGB4411953-
CMYK0.6300.550.53
HSL127.2º46.01%31.96%-
HSV(B)127.2º63.03%46.67%-
XYZ8.2813.995.63-
YUV89.05107.6595.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=20.37%
G=55.09%
B=24.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119530.6300.550.53127.246.0131.96
Hex2C77353F037357f2e20
Octal541676577067651775640
Binary101100111011111010111111101101111101011111111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,53); }

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

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

 a { background-color: rgb(44,119,53); }

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

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

 span { border-color: rgb(44,119,53); }

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