Html Css Color HEX #2C7529 Japanese Laurel

📋 copy color: '#2C7529'

red 44 ◦ green 117 ◦ blue 41

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

Shades of Japanese Laurel #2C7529

Tints of Japanese Laurel #2C7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.92%

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

R = 21.78%
G = 57.92%
B = 20.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#2C7529 (or 0x2C7529) is known color: Japanese Laurel. HEX triplet: 2C, 75 and 29. RGB value is (44,117,41). Sum of RGB (Red+Green+Blue) = 44+117+41=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7529 is #D38AD6. Grayscale: #565656. Windows color (decimal): -13863639 or 2716972. OLE color: 2716972.

HSL color Cylindrical-coordinate representation of color #2C7529: hue angle of 117.63º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7529 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 117 41 -
CMYK 0.62 0 0.65 0.54
HSL 117.63º 0.48% 0.31% -
HSV(B) 117.63º 0.65% 0.46% -
XYZ 7.8 13.42 4.28 -
YUV 86.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 44 117 41 0.62 0 0.65 0.54 117.63 0.48 0.31
Hex 2C 75 29 3E 0 41 36 76 30 1F
Octal 54 165 51 76 0 101 66 166 60 37
Binary 101100 1110101 101001 111110 0 1000001 110110 1110110 110000 11111

Color Harmonies of #2C7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7529

Black with #2C7529

Text Example


Text Example

White with #2C7529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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