Html Css Color HEX #21752F San Felix

📋 copy color: '#21752F'

red 33 ◦ green 117 ◦ blue 47

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

Shades of San Felix #21752F

Tints of San Felix #21752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.39%

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 16.75%
G = 59.39%
B = 23.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#21752F (or 0x21752F) is known color: San Felix. HEX triplet: 21, 75 and 2F. RGB value is (33,117,47). Sum of RGB (Red+Green+Blue) = 33+117+47=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #21752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21752F is #DE8AD0. Grayscale: #545454. Windows color (decimal): -14584529 or 3110177. OLE color: 3110177.

HSL color Cylindrical-coordinate representation of color #21752F: hue angle of 130º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21752F is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 47 -
CMYK 0.72 0 0.60 0.54
HSL 130º 0.56% 0.29% -
HSV(B) 130º 0.72% 0.46% -
XYZ 7.5 13.25 4.85 -
YUV 83.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 33 117 47 0.72 0 0.60 0.54 130 0.56 0.29
Hex 21 75 2F 48 0 3C 36 82 38 1D
Octal 41 165 57 110 0 74 66 202 70 35
Binary 100001 1110101 101111 1001000 0 111100 110110 10000010 111000 11101

Color Harmonies of #21752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21752F

Black with #21752F

Text Example


Text Example

White with #21752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21752F; }

 p { color: rgb(33,117,47); }

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

background-color css

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

 a { background-color: rgb(33,117,47); }

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

border-color css

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

 span { border-color: rgb(33,117,47); }

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