Html Css Color HEX #28731F Japanese Laurel

📋 copy color: '#28731F'

red 40 ◦ green 115 ◦ blue 31

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

Shades of Japanese Laurel #28731F

Tints of Japanese Laurel #28731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.83%

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

R = 21.51%
G = 61.83%
B = 16.67%

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

#28731F (or 0x28731F) is known color: Japanese Laurel. HEX triplet: 28, 73 and 1F. RGB value is (40,115,31). Sum of RGB (Red+Green+Blue) = 40+115+31=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #28731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28731F is #D78CE0. Grayscale: #535353. Windows color (decimal): -14126305 or 2061096. OLE color: 2061096.

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

Color convert

RGB 40 115 31 -
CMYK 0.65 0 0.73 0.55
HSL 113.57º 0.58% 0.29% -
HSV(B) 113.57º 0.73% 0.45% -
XYZ 7.25 12.81 3.39 -
YUV 83 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 40 115 31 0.65 0 0.73 0.55 113.57 0.58 0.29
Hex 28 73 1F 41 0 49 37 72 3A 1D
Octal 50 163 37 101 0 111 67 162 72 35
Binary 101000 1110011 11111 1000001 0 1001001 110111 1110010 111010 11101

Color Harmonies of #28731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28731F

Black with #28731F

Text Example


Text Example

White with #28731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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