Html Css Color HEX #28842F Japanese Laurel

📋 copy color: '#28842F'

red 40 ◦ green 132 ◦ blue 47

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

Shades of Japanese Laurel #28842F

Tints of Japanese Laurel #28842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

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

R = 18.26%
G = 60.27%
B = 21.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#28842F (or 0x28842F) is known color: Japanese Laurel. HEX triplet: 28, 84 and 2F. RGB value is (40,132,47). Sum of RGB (Red+Green+Blue) = 40+132+47=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #28842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28842F is #D77BD0. Grayscale: #5F5F5F. Windows color (decimal): -14121937 or 3114024. OLE color: 3114024.

HSL color Cylindrical-coordinate representation of color #28842F: hue angle of 124.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28842F is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 132 47 -
CMYK 0.70 0 0.64 0.48
HSL 124.57º 0.53% 0.34% -
HSV(B) 124.57º 0.7% 0.52% -
XYZ 9.64 17.16 5.49 -
YUV 94.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 40 132 47 0.70 0 0.64 0.48 124.57 0.53 0.34
Hex 28 84 2F 46 0 40 30 7D 35 22
Octal 50 204 57 106 0 100 60 175 65 42
Binary 101000 10000100 101111 1000110 0 1000000 110000 1111101 110101 100010

Color Harmonies of #28842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28842F

Black with #28842F

Text Example


Text Example

White with #28842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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