Html Css Color HEX #227121 San Felix

📋 copy color: '#227121'

red 34 ◦ green 113 ◦ blue 33

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

Shades of San Felix #227121

Tints of San Felix #227121

RGB

 RED value IS 34 (13.67% from 255) = 18.89%

 GREEN value IS 113 (44.53% from 255) = 62.78%

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

R = 18.89%
G = 62.78%
B = 18.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#227121 (or 0x227121) is known color: San Felix. HEX triplet: 22, 71 and 21. RGB value is (34,113,33). Sum of RGB (Red+Green+Blue) = 34+113+33=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #227121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227121 is #DD8EDE. Grayscale: #505050. Windows color (decimal): -14520031 or 2191650. OLE color: 2191650.

HSL color Cylindrical-coordinate representation of color #227121: hue angle of 119.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227121 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 113 33 -
CMYK 0.70 0 0.71 0.56
HSL 119.25º 0.55% 0.29% -
HSV(B) 119.25º 0.71% 0.44% -
XYZ 6.84 12.26 3.44 -
YUV 80.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 34 113 33 0.70 0 0.71 0.56 119.25 0.55 0.29
Hex 22 71 21 46 0 47 38 77 37 1D
Octal 42 161 41 106 0 107 70 167 67 35
Binary 100010 1110001 100001 1000110 0 1000111 111000 1110111 110111 11101

Color Harmonies of #227121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227121

Black with #227121

Text Example


Text Example

White with #227121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227121; }

 p { color: rgb(34,113,33); }

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

background-color css

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

 a { background-color: rgb(34,113,33); }

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

border-color css

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

 span { border-color: rgb(34,113,33); }

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