Html Css Color HEX #28802F Japanese Laurel

📋 copy color: '#28802F'

red 40 ◦ green 128 ◦ blue 47

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

Shades of Japanese Laurel #28802F

Tints of Japanese Laurel #28802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.53%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 18.6%
G = 59.53%
B = 21.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#28802F (or 0x28802F) is known color: Japanese Laurel. HEX triplet: 28, 80 and 2F. RGB value is (40,128,47). Sum of RGB (Red+Green+Blue) = 40+128+47=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #28802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28802F is #D77FD0. Grayscale: #5C5C5C. Windows color (decimal): -14122961 or 3113000. OLE color: 3113000.

HSL color Cylindrical-coordinate representation of color #28802F: hue angle of 124.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28802F is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 47 -
CMYK 0.69 0 0.63 0.50
HSL 124.77º 0.52% 0.33% -
HSV(B) 124.77º 0.69% 0.5% -
XYZ 9.11 16.09 5.32 -
YUV 92.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 40 128 47 0.69 0 0.63 0.50 124.77 0.52 0.33
Hex 28 80 2F 45 0 3F 32 7D 34 21
Octal 50 200 57 105 0 77 62 175 64 41
Binary 101000 10000000 101111 1000101 0 111111 110010 1111101 110100 100001

Color Harmonies of #28802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28802F

Black with #28802F

Text Example


Text Example

White with #28802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,128,47); }

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

background-color css

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

 a { background-color: rgb(40,128,47); }

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

border-color css

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

 span { border-color: rgb(40,128,47); }

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