Html Css Color HEX #28711D Japanese Laurel

📋 copy color: '#28711D'

red 40 ◦ green 113 ◦ blue 29

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

Shades of Japanese Laurel #28711D

Tints of Japanese Laurel #28711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 21.98%
G = 62.09%
B = 15.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#28711D (or 0x28711D) is known color: Japanese Laurel. HEX triplet: 28, 71 and 1D. RGB value is (40,113,29). Sum of RGB (Red+Green+Blue) = 40+113+29=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #28711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28711D is #D78EE2. Grayscale: #515151. Windows color (decimal): -14126819 or 1929512. OLE color: 1929512.

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

Color convert

RGB 40 113 29 -
CMYK 0.65 0 0.74 0.56
HSL 112.14º 0.59% 0.28% -
HSV(B) 112.14º 0.74% 0.44% -
XYZ 7 12.35 3.18 -
YUV 81.6 98.32 98.33 -
System Red Green Blue C M Y K H S L
Decimal 40 113 29 0.65 0 0.74 0.56 112.14 0.59 0.28
Hex 28 71 1D 41 0 4A 38 70 3B 1C
Octal 50 161 35 101 0 112 70 160 73 34
Binary 101000 1110001 11101 1000001 0 1001010 111000 1110000 111011 11100

Color Harmonies of #28711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28711D

Black with #28711D

Text Example


Text Example

White with #28711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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