Html Css Color HEX #28772C Japanese Laurel

📋 copy color: '#28772C'

red 40 ◦ green 119 ◦ blue 44

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

Shades of Japanese Laurel #28772C

Tints of Japanese Laurel #28772C

RGB

 RED value IS 40 (16.02% from 255) = 19.7%

 GREEN value IS 119 (46.88% from 255) = 58.62%

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

R = 19.7%
G = 58.62%
B = 21.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#28772C (or 0x28772C) is known color: Japanese Laurel. HEX triplet: 28, 77 and 2C. RGB value is (40,119,44). Sum of RGB (Red+Green+Blue) = 40+119+44=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #28772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772C is #D788D3. Grayscale: #575757. Windows color (decimal): -14125268 or 2914088. OLE color: 2914088.

HSL color Cylindrical-coordinate representation of color #28772C: hue angle of 123.04º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28772C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 44 -
CMYK 0.66 0 0.63 0.53
HSL 123.04º 0.5% 0.31% -
HSV(B) 123.04º 0.66% 0.47% -
XYZ 7.93 13.83 4.63 -
YUV 86.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 40 119 44 0.66 0 0.63 0.53 123.04 0.5 0.31
Hex 28 77 2C 42 0 3F 35 7B 32 1F
Octal 50 167 54 102 0 77 65 173 62 37
Binary 101000 1110111 101100 1000010 0 111111 110101 1111011 110010 11111

Color Harmonies of #28772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28772C

Black with #28772C

Text Example


Text Example

White with #28772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28772C; }

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

 H1.HeaderClassName
 {
   color: #28772C;
 }
 .AnyTagClassName
 {
   color: #28772C;
 }
</style>

background-color css

<style>
 a { background-color: #28772C; }

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

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

border-color css

<style>
 span { border-color: #28772C; }

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

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