Html Css Color HEX #28893A Japanese Laurel

📋 copy color: '#28893A'

red 40 ◦ green 137 ◦ blue 58

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

Shades of Japanese Laurel #28893A

Tints of Japanese Laurel #28893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 17.02%
G = 58.3%
B = 24.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#28893A (or 0x28893A) is known color: Japanese Laurel. HEX triplet: 28, 89 and 3A. RGB value is (40,137,58). Sum of RGB (Red+Green+Blue) = 40+137+58=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #28893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893A is #D776C5. Grayscale: #636363. Windows color (decimal): -14120646 or 3836200. OLE color: 3836200.

HSL color Cylindrical-coordinate representation of color #28893A: hue angle of 131.13º 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 #28893A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 58 -
CMYK 0.71 0 0.58 0.46
HSL 131.13º 0.55% 0.35% -
HSV(B) 131.13º 0.71% 0.54% -
XYZ 10.58 18.65 7.04 -
YUV 98.99 104.86 85.92 -
System Red Green Blue C M Y K H S L
Decimal 40 137 58 0.71 0 0.58 0.46 131.13 0.55 0.35
Hex 28 89 3A 47 0 3A 2E 83 37 23
Octal 50 211 72 107 0 72 56 203 67 43
Binary 101000 10001001 111010 1000111 0 111010 101110 10000011 110111 100011

Color Harmonies of #28893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28893A

Black with #28893A

Text Example


Text Example

White with #28893A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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