Html Css Color HEX #21742B San Felix

📋 copy color: '#21742B'

red 33 ◦ green 116 ◦ blue 43

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

Shades of San Felix #21742B

Tints of San Felix #21742B

RGB

 RED value IS 33 (13.28% from 255) = 17.19%

 GREEN value IS 116 (45.7% from 255) = 60.42%

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 17.19%
G = 60.42%
B = 22.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#21742B (or 0x21742B) is known color: San Felix. HEX triplet: 21, 74 and 2B. RGB value is (33,116,43). Sum of RGB (Red+Green+Blue) = 33+116+43=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #21742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21742B is #DE8BD4. Grayscale: #535353. Windows color (decimal): -14584789 or 2847777. OLE color: 2847777.

HSL color Cylindrical-coordinate representation of color #21742B: hue angle of 127.23º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21742B is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 116 43 -
CMYK 0.72 0 0.63 0.55
HSL 127.23º 0.56% 0.29% -
HSV(B) 127.23º 0.72% 0.45% -
XYZ 7.31 12.99 4.41 -
YUV 82.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 33 116 43 0.72 0 0.63 0.55 127.23 0.56 0.29
Hex 21 74 2B 48 0 3F 37 7F 38 1D
Octal 41 164 53 110 0 77 67 177 70 35
Binary 100001 1110100 101011 1001000 0 111111 110111 1111111 111000 11101

Color Harmonies of #21742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21742B

Black with #21742B

Text Example


Text Example

White with #21742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,116,43); }

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

background-color css

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

 a { background-color: rgb(33,116,43); }

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

border-color css

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

 span { border-color: rgb(33,116,43); }

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