Html Css Color HEX #28772F Japanese Laurel

📋 copy color: '#28772F'

red 40 ◦ green 119 ◦ blue 47

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

Shades of Japanese Laurel #28772F

Tints of Japanese Laurel #28772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 19.42%
G = 57.77%
B = 22.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#28772F (or 0x28772F) is known color: Japanese Laurel. HEX triplet: 28, 77 and 2F. RGB value is (40,119,47). Sum of RGB (Red+Green+Blue) = 40+119+47=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #28772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772F is #D788D0. Grayscale: #575757. Windows color (decimal): -14125265 or 3110696. OLE color: 3110696.

HSL color Cylindrical-coordinate representation of color #28772F: hue angle of 125.32º 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 #28772F is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 47 -
CMYK 0.66 0 0.61 0.53
HSL 125.32º 0.5% 0.31% -
HSV(B) 125.32º 0.66% 0.47% -
XYZ 7.98 13.85 4.94 -
YUV 87.17 105.33 94.35 -
System Red Green Blue C M Y K H S L
Decimal 40 119 47 0.66 0 0.61 0.53 125.32 0.5 0.31
Hex 28 77 2F 42 0 3D 35 7D 32 1F
Octal 50 167 57 102 0 75 65 175 62 37
Binary 101000 1110111 101111 1000010 0 111101 110101 1111101 110010 11111

Color Harmonies of #28772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28772F

Black with #28772F

Text Example


Text Example

White with #28772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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