Html Css Color HEX #28812F Japanese Laurel

📋 copy color: '#28812F'

red 40 ◦ green 129 ◦ blue 47

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

Shades of Japanese Laurel #28812F

Tints of Japanese Laurel #28812F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.72%

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

R = 18.52%
G = 59.72%
B = 21.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#28812F (or 0x28812F) is known color: Japanese Laurel. HEX triplet: 28, 81 and 2F. RGB value is (40,129,47). Sum of RGB (Red+Green+Blue) = 40+129+47=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #28812F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28812F is #D77ED0. Grayscale: #5D5D5D. Windows color (decimal): -14122705 or 3113256. OLE color: 3113256.

HSL color Cylindrical-coordinate representation of color #28812F: hue angle of 124.72º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28812F is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 47 -
CMYK 0.69 0 0.64 0.49
HSL 124.72º 0.53% 0.33% -
HSV(B) 124.72º 0.69% 0.51% -
XYZ 9.24 16.36 5.36 -
YUV 93.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 40 129 47 0.69 0 0.64 0.49 124.72 0.53 0.33
Hex 28 81 2F 45 0 40 31 7D 35 21
Octal 50 201 57 105 0 100 61 175 65 41
Binary 101000 10000001 101111 1000101 0 1000000 110001 1111101 110101 100001

Color Harmonies of #28812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28812F

Black with #28812F

Text Example


Text Example

White with #28812F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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