Html Css Color HEX #227228 San Felix

📋 copy color: '#227228'

red 34 ◦ green 114 ◦ blue 40

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

Shades of San Felix #227228

Tints of San Felix #227228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 18.09%
G = 60.64%
B = 21.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#227228 (or 0x227228) is known color: San Felix. HEX triplet: 22, 72 and 28. RGB value is (34,114,40). Sum of RGB (Red+Green+Blue) = 34+114+40=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #227228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227228 is #DD8DD7. Grayscale: #515151. Windows color (decimal): -14519768 or 2650658. OLE color: 2650658.

HSL color Cylindrical-coordinate representation of color #227228: hue angle of 124.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227228 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 114 40 -
CMYK 0.70 0 0.65 0.55
HSL 124.5º 0.54% 0.29% -
HSV(B) 124.5º 0.7% 0.45% -
XYZ 7.06 12.53 4.05 -
YUV 81.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 34 114 40 0.70 0 0.65 0.55 124.5 0.54 0.29
Hex 22 72 28 46 0 41 37 7C 36 1D
Octal 42 162 50 106 0 101 67 174 66 35
Binary 100010 1110010 101000 1000110 0 1000001 110111 1111100 110110 11101

Color Harmonies of #227228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227228

Black with #227228

Text Example


Text Example

White with #227228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227228; }

 p { color: rgb(34,114,40); }

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

background-color css

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

 a { background-color: rgb(34,114,40); }

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

border-color css

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

 span { border-color: rgb(34,114,40); }

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