Html Css Color HEX #28711F Japanese Laurel

📋 copy color: '#28711F'

red 40 ◦ green 113 ◦ blue 31

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

Shades of Japanese Laurel #28711F

Tints of Japanese Laurel #28711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.41%

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

R = 21.74%
G = 61.41%
B = 16.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#28711F (or 0x28711F) is known color: Japanese Laurel. HEX triplet: 28, 71 and 1F. RGB value is (40,113,31). Sum of RGB (Red+Green+Blue) = 40+113+31=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #28711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28711F is #D78EE0. Grayscale: #525252. Windows color (decimal): -14126817 or 2060584. OLE color: 2060584.

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

Color convert

RGB 40 113 31 -
CMYK 0.65 0 0.73 0.56
HSL 113.41º 0.57% 0.28% -
HSV(B) 113.41º 0.73% 0.44% -
XYZ 7.03 12.36 3.31 -
YUV 81.83 99.32 98.17 -
System Red Green Blue C M Y K H S L
Decimal 40 113 31 0.65 0 0.73 0.56 113.41 0.57 0.28
Hex 28 71 1F 41 0 49 38 71 39 1C
Octal 50 161 37 101 0 111 70 161 71 34
Binary 101000 1110001 11111 1000001 0 1001001 111000 1110001 111001 11100

Color Harmonies of #28711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28711F

Black with #28711F

Text Example


Text Example

White with #28711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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