Html Css Color HEX #158301 Green

📋 copy color: '#158301'

red 21 ◦ green 131 ◦ blue 1

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

Shades of Green #158301

Tints of Green #158301

RGB

 RED value IS 21 (8.59% from 255) = 13.73%

 GREEN value IS 131 (51.56% from 255) = 85.62%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 13.73%
G = 85.62%
B = 0.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#158301 (or 0x158301) is known color: Green. HEX triplet: 15, 83 and 01. RGB value is (21,131,1). Sum of RGB (Red+Green+Blue) = 21+131+1=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 131 (51.56% from 255 or 85.62% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 131 - color contains mainly: green. Hex color #158301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158301 is #EA7CFE. Grayscale: #535353. Windows color (decimal): -15367423 or 99093. OLE color: 99093.

HSL color Cylindrical-coordinate representation of color #158301: hue angle of 110.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #158301 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 1 -
CMYK 0.84 0 0.99 0.49
HSL 110.77º 0.98% 0.26% -
HSV(B) 110.77º 0.99% 0.51% -
XYZ 8.43 16.39 2.75 -
YUV 83.29 81.56 83.57 -
System Red Green Blue C M Y K H S L
Decimal 21 131 1 0.84 0 0.99 0.49 110.77 0.98 0.26
Hex 15 83 1 54 0 63 31 6F 62 1A
Octal 25 203 1 124 0 143 61 157 142 32
Binary 10101 10000011 1 1010100 0 1100011 110001 1101111 1100010 11010

Color Harmonies of #158301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158301

Black with #158301

Text Example


Text Example

White with #158301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158301; }

 p { color: rgb(21,131,1); }

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

background-color css

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

 a { background-color: rgb(21,131,1); }

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

border-color css

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

 span { border-color: rgb(21,131,1); }

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