Html Css Color HEX #28721B Japanese Laurel

📋 copy color: '#28721B'

red 40 ◦ green 114 ◦ blue 27

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

Shades of Japanese Laurel #28721B

Tints of Japanese Laurel #28721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 22.1%
G = 62.98%
B = 14.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#28721B (or 0x28721B) is known color: Japanese Laurel. HEX triplet: 28, 72 and 1B. RGB value is (40,114,27). Sum of RGB (Red+Green+Blue) = 40+114+27=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #28721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28721B is #D78DE4. Grayscale: #525252. Windows color (decimal): -14126565 or 1798696. OLE color: 1798696.

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

Color convert

RGB 40 114 27 -
CMYK 0.65 0 0.76 0.55
HSL 111.03º 0.62% 0.28% -
HSV(B) 111.03º 0.76% 0.45% -
XYZ 7.09 12.56 3.09 -
YUV 81.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 40 114 27 0.65 0 0.76 0.55 111.03 0.62 0.28
Hex 28 72 1B 41 0 4C 37 6F 3E 1C
Octal 50 162 33 101 0 114 67 157 76 34
Binary 101000 1110010 11011 1000001 0 1001100 110111 1101111 111110 11100

Color Harmonies of #28721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28721B

Black with #28721B

Text Example


Text Example

White with #28721B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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