#227430

Color #227430 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #227430

Tints of San Felix #227430

Color information

#227430 (or 0x227430) is unknown color: approx San Felix. HEX triplet: 22, 74 and 30. RGB value is (34,116,48). Sum of RGB (Red+Green+Blue) = 34+116+48=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #227430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227430 is #DD8BCF. Grayscale: #535353. Windows color (decimal): -14519248 or 3175458. OLE color: 3175458.

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

Color convert

RGB3411648-
CMYK0.7100.590.55
HSL130.24º54.67%29.41%-
HSV(B)130.24º70.69%45.49%-
XYZ7.4413.044.92-
YUV83.73107.8392.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 116 (45.70% from 255) = 58.59%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=17.17%
G=58.59%
B=24.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34116480.7100.590.55130.2454.6729.41
Hex2274304703B3782371d
Octal4216460107073672026735
Binary1000101110100110000100011101110111101111000001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227430; }

 p { color: rgb(34,116,48); }

 H1.HeaderClassName
 {
   color: #227430;
 }
 .AnyTagClassName
 {
   color: #227430;
 }
</style>
background-color css

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

 a { background-color: rgb(34,116,48); }

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

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

 span { border-color: rgb(34,116,48); }

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