#237031

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

Shades of San Felix #237031

Tints of San Felix #237031

Color information

#237031 (or 0x237031) is unknown color: approx San Felix. HEX triplet: 23, 70 and 31. RGB value is (35,112,49). Sum of RGB (Red+Green+Blue) = 35+112+49=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #237031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237031 is #DC8FCE. Grayscale: #515151. Windows color (decimal): -14454735 or 3239971. OLE color: 3239971.

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

Color convert

RGB3511249-
CMYK0.6900.560.56
HSL130.91º52.38%28.82%-
HSV(B)130.91º68.75%43.92%-
XYZ7.0412.174.88-
YUV81.8109.4994.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 112 (44.14% from 255) = 57.14%
BLUE value IS 49 (19.53% from 255) = 25%
R=17.86%
G=57.14%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35112490.6900.560.56130.9152.3828.82
Hex237031450383883341d
Octal4316061105070702036435
Binary1000111110000110001100010101110001110001000001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237031; }

 p { color: rgb(35,112,49); }

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

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

 a { background-color: rgb(35,112,49); }

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

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

 span { border-color: rgb(35,112,49); }

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