Html Css Color HEX #2C7620 Japanese Laurel

📋 copy color: '#2C7620'

red 44 ◦ green 118 ◦ blue 32

#2C7620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #2C7620

Tints of Japanese Laurel #2C7620

RGB

 RED value IS 44 (17.58% from 255) = 22.68%

 GREEN value IS 118 (46.48% from 255) = 60.82%

 BLUE value IS 32 (12.89% from 255) = 16.49%

R = 22.68%
G = 60.82%
B = 16.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#2C7620 (or 0x2C7620) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 20. RGB value is (44,118,32). Sum of RGB (Red+Green+Blue) = 44+118+32=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7620 is #D389DF. Grayscale: #565656. Windows color (decimal): -13863392 or 2127404. OLE color: 2127404.

HSL color Cylindrical-coordinate representation of color #2C7620: hue angle of 111.63º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C7620 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 118 32 -
CMYK 0.63 0 0.73 0.54
HSL 111.63º 0.57% 0.29% -
HSV(B) 111.63º 0.73% 0.46% -
XYZ 7.78 13.6 3.58 -
YUV 86.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 44 118 32 0.63 0 0.73 0.54 111.63 0.57 0.29
Hex 2C 76 20 3F 0 49 36 70 39 1D
Octal 54 166 40 77 0 111 66 160 71 35
Binary 101100 1110110 100000 111111 0 1001001 110110 1110000 111001 11101

Color Harmonies of #2C7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7620

Black with #2C7620

Text Example


Text Example

White with #2C7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,118,32); }

 H1.HeaderClassName
 {
   color: #2C7620;
 }
 .AnyTagClassName
 {
   color: #2C7620;
 }
</style>

background-color css

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

 a { background-color: rgb(44,118,32); }

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

border-color css

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

 span { border-color: rgb(44,118,32); }

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