Html Css Color HEX #28893F Japanese Laurel

📋 copy color: '#28893F'

red 40 ◦ green 137 ◦ blue 63

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

Shades of Japanese Laurel #28893F

Tints of Japanese Laurel #28893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.25%

R = 16.67%
G = 57.08%
B = 26.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#28893F (or 0x28893F) is known color: Japanese Laurel. HEX triplet: 28, 89 and 3F. RGB value is (40,137,63). Sum of RGB (Red+Green+Blue) = 40+137+63=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #28893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893F is #D776C0. Grayscale: #636363. Windows color (decimal): -14120641 or 4163880. OLE color: 4163880.

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

Color convert

RGB 40 137 63 -
CMYK 0.71 0 0.54 0.46
HSL 134.23º 0.55% 0.35% -
HSV(B) 134.23º 0.71% 0.54% -
XYZ 10.72 18.7 7.75 -
YUV 99.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 40 137 63 0.71 0 0.54 0.46 134.23 0.55 0.35
Hex 28 89 3F 47 0 36 2E 86 37 23
Octal 50 211 77 107 0 66 56 206 67 43
Binary 101000 10001001 111111 1000111 0 110110 101110 10000110 110111 100011

Color Harmonies of #28893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28893F

Black with #28893F

Text Example


Text Example

White with #28893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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