Html Css Color HEX #2C7721 Japanese Laurel

📋 copy color: '#2C7721'

red 44 ◦ green 119 ◦ blue 33

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

Shades of Japanese Laurel #2C7721

Tints of Japanese Laurel #2C7721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.71%

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 22.45%
G = 60.71%
B = 16.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#2C7721 (or 0x2C7721) is known color: Japanese Laurel. HEX triplet: 2C, 77 and 21. RGB value is (44,119,33). Sum of RGB (Red+Green+Blue) = 44+119+33=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7721 is #D388DE. Grayscale: #575757. Windows color (decimal): -13863135 or 2193196. OLE color: 2193196.

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

Color convert

RGB 44 119 33 -
CMYK 0.63 0 0.72 0.53
HSL 112.33º 0.57% 0.3% -
HSV(B) 112.33º 0.72% 0.47% -
XYZ 7.91 13.84 3.69 -
YUV 86.77 97.65 97.49 -
System Red Green Blue C M Y K H S L
Decimal 44 119 33 0.63 0 0.72 0.53 112.33 0.57 0.3
Hex 2C 77 21 3F 0 48 35 70 39 1E
Octal 54 167 41 77 0 110 65 160 71 36
Binary 101100 1110111 100001 111111 0 1001000 110101 1110000 111001 11110

Color Harmonies of #2C7721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7721

Black with #2C7721

Text Example


Text Example

White with #2C7721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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