Html Css Color HEX #2C722C Japanese Laurel

📋 copy color: '#2C722C'

red 44 ◦ green 114 ◦ blue 44

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

Shades of Japanese Laurel #2C722C

Tints of Japanese Laurel #2C722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

 BLUE value IS 44 (17.58% from 255) = 21.78%

R = 21.78%
G = 56.44%
B = 21.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#2C722C (or 0x2C722C) is known color: Japanese Laurel. HEX triplet: 2C, 72 and 2C. RGB value is (44,114,44). Sum of RGB (Red+Green+Blue) = 44+114+44=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #2C722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C722C is #D38DD3. Grayscale: #555555. Windows color (decimal): -13864404 or 2912812. OLE color: 2912812.

HSL color Cylindrical-coordinate representation of color #2C722C: hue angle of 120º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C722C is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 114 44 -
CMYK 0.61 0 0.61 0.55
HSL 120º 0.44% 0.31% -
HSV(B) 120º 0.61% 0.45% -
XYZ 7.51 12.75 4.45 -
YUV 85.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 44 114 44 0.61 0 0.61 0.55 120 0.44 0.31
Hex 2C 72 2C 3D 0 3D 37 78 2C 1F
Octal 54 162 54 75 0 75 67 170 54 37
Binary 101100 1110010 101100 111101 0 111101 110111 1111000 101100 11111

Color Harmonies of #2C722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C722C

Black with #2C722C

Text Example


Text Example

White with #2C722C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,114,44); }

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

background-color css

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

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

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

border-color css

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

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

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