Html Css Color HEX #257130 San Felix

📋 copy color: '#257130'

red 37 ◦ green 113 ◦ blue 48

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

Shades of San Felix #257130

Tints of San Felix #257130

RGB

 RED value IS 37 (14.84% from 255) = 18.69%

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

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 18.69%
G = 57.07%
B = 24.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#257130 (or 0x257130) is known color: San Felix. HEX triplet: 25, 71 and 30. RGB value is (37,113,48). Sum of RGB (Red+Green+Blue) = 37+113+48=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #257130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257130 is #DA8ECF. Grayscale: #535353. Windows color (decimal): -14323408 or 3174693. OLE color: 3174693.

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

Color convert

RGB 37 113 48 -
CMYK 0.67 0 0.58 0.56
HSL 128.68º 0.51% 0.29% -
HSV(B) 128.68º 0.67% 0.44% -
XYZ 7.2 12.42 4.81 -
YUV 82.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 37 113 48 0.67 0 0.58 0.56 128.68 0.51 0.29
Hex 25 71 30 43 0 3A 38 81 33 1D
Octal 45 161 60 103 0 72 70 201 63 35
Binary 100101 1110001 110000 1000011 0 111010 111000 10000001 110011 11101

Color Harmonies of #257130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257130

Black with #257130

Text Example


Text Example

White with #257130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257130; }

 p { color: rgb(37,113,48); }

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

background-color css

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

 a { background-color: rgb(37,113,48); }

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

border-color css

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

 span { border-color: rgb(37,113,48); }

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