Html Css Color HEX #28721F Japanese Laurel

📋 copy color: '#28721F'

red 40 ◦ green 114 ◦ blue 31

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

Shades of Japanese Laurel #28721F

Tints of Japanese Laurel #28721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.62%

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 21.62%
G = 61.62%
B = 16.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#28721F (or 0x28721F) is known color: Japanese Laurel. HEX triplet: 28, 72 and 1F. RGB value is (40,114,31). Sum of RGB (Red+Green+Blue) = 40+114+31=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #28721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28721F is #D78DE0. Grayscale: #525252. Windows color (decimal): -14126561 or 2060840. OLE color: 2060840.

HSL color Cylindrical-coordinate representation of color #28721F: hue angle of 113.49º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28721F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 31 -
CMYK 0.65 0 0.73 0.55
HSL 113.49º 0.57% 0.28% -
HSV(B) 113.49º 0.73% 0.45% -
XYZ 7.14 12.58 3.35 -
YUV 82.41 98.98 97.75 -
System Red Green Blue C M Y K H S L
Decimal 40 114 31 0.65 0 0.73 0.55 113.49 0.57 0.28
Hex 28 72 1F 41 0 49 37 71 39 1C
Octal 50 162 37 101 0 111 67 161 71 34
Binary 101000 1110010 11111 1000001 0 1001001 110111 1110001 111001 11100

Color Harmonies of #28721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28721F

Black with #28721F

Text Example


Text Example

White with #28721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,114,31); }

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

background-color css

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

 a { background-color: rgb(40,114,31); }

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

border-color css

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

 span { border-color: rgb(40,114,31); }

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