Html Css Color HEX #257125 San Felix

📋 copy color: '#257125'

red 37 ◦ green 113 ◦ blue 37

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

Shades of San Felix #257125

Tints of San Felix #257125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 19.79%
G = 60.43%
B = 19.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#257125 (or 0x257125) is known color: San Felix. HEX triplet: 25, 71 and 25. RGB value is (37,113,37). Sum of RGB (Red+Green+Blue) = 37+113+37=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #257125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257125 is #DA8EDA. Grayscale: #515151. Windows color (decimal): -14323419 or 2453797. OLE color: 2453797.

HSL color Cylindrical-coordinate representation of color #257125: hue angle of 120º 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 #257125 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 113 37 -
CMYK 0.67 0 0.67 0.56
HSL 120º 0.51% 0.29% -
HSV(B) 120º 0.67% 0.44% -
XYZ 7 12.34 3.76 -
YUV 81.61 102.82 96.18 -
System Red Green Blue C M Y K H S L
Decimal 37 113 37 0.67 0 0.67 0.56 120 0.51 0.29
Hex 25 71 25 43 0 43 38 78 33 1D
Octal 45 161 45 103 0 103 70 170 63 35
Binary 100101 1110001 100101 1000011 0 1000011 111000 1111000 110011 11101

Color Harmonies of #257125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257125

Black with #257125

Text Example


Text Example

White with #257125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257125; }

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

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

background-color css

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

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

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

border-color css

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

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

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