Html Css Color HEX #28893C Japanese Laurel

📋 copy color: '#28893C'

red 40 ◦ green 137 ◦ blue 60

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

Shades of Japanese Laurel #28893C

Tints of Japanese Laurel #28893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.81%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 16.88%
G = 57.81%
B = 25.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#28893C (or 0x28893C) is known color: Japanese Laurel. HEX triplet: 28, 89 and 3C. RGB value is (40,137,60). Sum of RGB (Red+Green+Blue) = 40+137+60=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #28893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893C is #D776C3. Grayscale: #636363. Windows color (decimal): -14120644 or 3967272. OLE color: 3967272.

HSL color Cylindrical-coordinate representation of color #28893C: hue angle of 132.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28893C is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 60 -
CMYK 0.71 0 0.56 0.46
HSL 132.37º 0.55% 0.35% -
HSV(B) 132.37º 0.71% 0.54% -
XYZ 10.64 18.67 7.32 -
YUV 99.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 40 137 60 0.71 0 0.56 0.46 132.37 0.55 0.35
Hex 28 89 3C 47 0 38 2E 84 37 23
Octal 50 211 74 107 0 70 56 204 67 43
Binary 101000 10001001 111100 1000111 0 111000 101110 10000100 110111 100011

Color Harmonies of #28893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28893C

Black with #28893C

Text Example


Text Example

White with #28893C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,137,60); }

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

background-color css

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

 a { background-color: rgb(40,137,60); }

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

border-color css

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

 span { border-color: rgb(40,137,60); }

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