Html Css Color HEX #2C7029 Japanese Laurel

📋 copy color: '#2C7029'

red 44 ◦ green 112 ◦ blue 41

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

Shades of Japanese Laurel #2C7029

Tints of Japanese Laurel #2C7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.85%

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 22.34%
G = 56.85%
B = 20.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#2C7029 (or 0x2C7029) is known color: Japanese Laurel. HEX triplet: 2C, 70 and 29. RGB value is (44,112,41). Sum of RGB (Red+Green+Blue) = 44+112+41=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7029 is #D38FD6. Grayscale: #535353. Windows color (decimal): -13864919 or 2715692. OLE color: 2715692.

HSL color Cylindrical-coordinate representation of color #2C7029: hue angle of 117.46º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7029 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 112 41 -
CMYK 0.61 0 0.63 0.56
HSL 117.46º 0.46% 0.3% -
HSV(B) 117.46º 0.63% 0.44% -
XYZ 7.23 12.28 4.09 -
YUV 83.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 44 112 41 0.61 0 0.63 0.56 117.46 0.46 0.3
Hex 2C 70 29 3D 0 3F 38 75 2E 1E
Octal 54 160 51 75 0 77 70 165 56 36
Binary 101100 1110000 101001 111101 0 111111 111000 1110101 101110 11110

Color Harmonies of #2C7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7029

Black with #2C7029

Text Example


Text Example

White with #2C7029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,112,41); }

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

background-color css

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

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

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

border-color css

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

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

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