Html Css Color HEX #28873E Japanese Laurel

📋 copy color: '#28873E'

red 40 ◦ green 135 ◦ blue 62

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

Shades of Japanese Laurel #28873E

Tints of Japanese Laurel #28873E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.96%

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 16.88%
G = 56.96%
B = 26.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#28873E (or 0x28873E) is known color: Japanese Laurel. HEX triplet: 28, 87 and 3E. RGB value is (40,135,62). Sum of RGB (Red+Green+Blue) = 40+135+62=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #28873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28873E is #D778C1. Grayscale: #626262. Windows color (decimal): -14121154 or 4097832. OLE color: 4097832.

HSL color Cylindrical-coordinate representation of color #28873E: hue angle of 133.89º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28873E is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 135 62 -
CMYK 0.70 0 0.54 0.47
HSL 133.89º 0.54% 0.34% -
HSV(B) 133.89º 0.7% 0.53% -
XYZ 10.41 18.13 7.51 -
YUV 98.27 107.53 86.44 -
System Red Green Blue C M Y K H S L
Decimal 40 135 62 0.70 0 0.54 0.47 133.89 0.54 0.34
Hex 28 87 3E 46 0 36 2F 86 36 22
Octal 50 207 76 106 0 66 57 206 66 42
Binary 101000 10000111 111110 1000110 0 110110 101111 10000110 110110 100010

Color Harmonies of #28873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28873E

Black with #28873E

Text Example


Text Example

White with #28873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28873E; }

 p { color: rgb(40,135,62); }

 H1.HeaderClassName
 {
   color: #28873E;
 }
 .AnyTagClassName
 {
   color: #28873E;
 }
</style>

background-color css

<style>
 a { background-color: #28873E; }

 a { background-color: rgb(40,135,62); }

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

border-color css

<style>
 span { border-color: #28873E; }

 span { border-color: rgb(40,135,62); }

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