Html Css Color HEX #2C7928 Japanese Laurel

📋 copy color: '#2C7928'

red 44 ◦ green 121 ◦ blue 40

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

Shades of Japanese Laurel #2C7928

Tints of Japanese Laurel #2C7928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.02%

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 21.46%
G = 59.02%
B = 19.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#2C7928 (or 0x2C7928) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 28. RGB value is (44,121,40). Sum of RGB (Red+Green+Blue) = 44+121+40=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7928 is #D386D7. Grayscale: #585858. Windows color (decimal): -13862616 or 2652460. OLE color: 2652460.

HSL color Cylindrical-coordinate representation of color #2C7928: hue angle of 117.04º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7928 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 121 40 -
CMYK 0.64 0 0.67 0.53
HSL 117.04º 0.5% 0.32% -
HSV(B) 117.04º 0.67% 0.47% -
XYZ 8.26 14.36 4.34 -
YUV 88.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 44 121 40 0.64 0 0.67 0.53 117.04 0.5 0.32
Hex 2C 79 28 40 0 43 35 75 32 20
Octal 54 171 50 100 0 103 65 165 62 40
Binary 101100 1111001 101000 1000000 0 1000011 110101 1110101 110010 100000

Color Harmonies of #2C7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7928

Black with #2C7928

Text Example


Text Example

White with #2C7928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,121,40); }

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

background-color css

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

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

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

border-color css

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

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

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