Html Css Color HEX #2C7C40 Japanese Laurel

📋 copy color: '#2C7C40'

red 44 ◦ green 124 ◦ blue 64

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

Shades of Japanese Laurel #2C7C40

Tints of Japanese Laurel #2C7C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.45%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 18.97%
G = 53.45%
B = 27.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#2C7C40 (or 0x2C7C40) is known color: Japanese Laurel. HEX triplet: 2C, 7C and 40. RGB value is (44,124,64). Sum of RGB (Red+Green+Blue) = 44+124+64=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7C40 is #D383BF. Grayscale: #5D5D5D. Windows color (decimal): -13861824 or 4226092. OLE color: 4226092.

HSL color Cylindrical-coordinate representation of color #2C7C40: hue angle of 135º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7C40 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 124 64 -
CMYK 0.65 0 0.48 0.51
HSL 135º 0.48% 0.33% -
HSV(B) 135º 0.65% 0.49% -
XYZ 9.17 15.32 7.32 -
YUV 93.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 44 124 64 0.65 0 0.48 0.51 135 0.48 0.33
Hex 2C 7C 40 41 0 30 33 87 30 21
Octal 54 174 100 101 0 60 63 207 60 41
Binary 101100 1111100 1000000 1000001 0 110000 110011 10000111 110000 100001

Color Harmonies of #2C7C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7C40

Black with #2C7C40

Text Example


Text Example

White with #2C7C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,124,64); }

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

background-color css

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

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

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

border-color css

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

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

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