Html Css Color HEX #2C7320 Japanese Laurel

📋 copy color: '#2C7320'

red 44 ◦ green 115 ◦ blue 32

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

Shades of Japanese Laurel #2C7320

Tints of Japanese Laurel #2C7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 60.21%

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

R = 23.04%
G = 60.21%
B = 16.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#2C7320 (or 0x2C7320) is known color: Japanese Laurel. HEX triplet: 2C, 73 and 20. RGB value is (44,115,32). Sum of RGB (Red+Green+Blue) = 44+115+32=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #2C7320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7320 is #D38CDF. Grayscale: #545454. Windows color (decimal): -13864160 or 2126636. OLE color: 2126636.

HSL color Cylindrical-coordinate representation of color #2C7320: hue angle of 111.33º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C7320 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 115 32 -
CMYK 0.62 0 0.72 0.55
HSL 111.33º 0.56% 0.29% -
HSV(B) 111.33º 0.72% 0.45% -
XYZ 7.43 12.9 3.47 -
YUV 84.31 98.48 99.25 -
System Red Green Blue C M Y K H S L
Decimal 44 115 32 0.62 0 0.72 0.55 111.33 0.56 0.29
Hex 2C 73 20 3E 0 48 37 6F 38 1D
Octal 54 163 40 76 0 110 67 157 70 35
Binary 101100 1110011 100000 111110 0 1001000 110111 1101111 111000 11101

Color Harmonies of #2C7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7320

Black with #2C7320

Text Example


Text Example

White with #2C7320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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