Html Css Color HEX #28772D Japanese Laurel

📋 copy color: '#28772D'

red 40 ◦ green 119 ◦ blue 45

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

Shades of Japanese Laurel #28772D

Tints of Japanese Laurel #28772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 19.61%
G = 58.33%
B = 22.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#28772D (or 0x28772D) is known color: Japanese Laurel. HEX triplet: 28, 77 and 2D. RGB value is (40,119,45). Sum of RGB (Red+Green+Blue) = 40+119+45=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #28772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772D is #D788D2. Grayscale: #575757. Windows color (decimal): -14125267 or 2979624. OLE color: 2979624.

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

Color convert

RGB 40 119 45 -
CMYK 0.66 0 0.62 0.53
HSL 123.8º 0.5% 0.31% -
HSV(B) 123.8º 0.66% 0.47% -
XYZ 7.95 13.83 4.73 -
YUV 86.94 104.33 94.52 -
System Red Green Blue C M Y K H S L
Decimal 40 119 45 0.66 0 0.62 0.53 123.8 0.5 0.31
Hex 28 77 2D 42 0 3E 35 7C 32 1F
Octal 50 167 55 102 0 76 65 174 62 37
Binary 101000 1110111 101101 1000010 0 111110 110101 1111100 110010 11111

Color Harmonies of #28772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28772D

Black with #28772D

Text Example


Text Example

White with #28772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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