Html Css Color HEX #157221 San Felix

📋 copy color: '#157221'

red 21 ◦ green 114 ◦ blue 33

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

Shades of San Felix #157221

Tints of San Felix #157221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 12.5%
G = 67.86%
B = 19.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#157221 (or 0x157221) is known color: San Felix. HEX triplet: 15, 72 and 21. RGB value is (21,114,33). Sum of RGB (Red+Green+Blue) = 21+114+33=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #157221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157221 is #EA8DDE. Grayscale: #4D4D4D. Windows color (decimal): -15371743 or 2191893. OLE color: 2191893.

HSL color Cylindrical-coordinate representation of color #157221: hue angle of 127.74º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157221 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 33 -
CMYK 0.82 0 0.71 0.55
HSL 127.74º 0.69% 0.26% -
HSV(B) 127.74º 0.82% 0.45% -
XYZ 6.6 12.3 3.47 -
YUV 76.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 21 114 33 0.82 0 0.71 0.55 127.74 0.69 0.26
Hex 15 72 21 52 0 47 37 80 45 1A
Octal 25 162 41 122 0 107 67 200 105 32
Binary 10101 1110010 100001 1010010 0 1000111 110111 10000000 1000101 11010

Color Harmonies of #157221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157221

Black with #157221

Text Example


Text Example

White with #157221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157221; }

 p { color: rgb(21,114,33); }

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

background-color css

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

 a { background-color: rgb(21,114,33); }

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

border-color css

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

 span { border-color: rgb(21,114,33); }

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