Html Css Color HEX #257935 San Felix

📋 copy color: '#257935'

red 37 ◦ green 121 ◦ blue 53

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

Shades of San Felix #257935

Tints of San Felix #257935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 17.54%
G = 57.35%
B = 25.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#257935 (or 0x257935) is known color: San Felix. HEX triplet: 25, 79 and 35. RGB value is (37,121,53). Sum of RGB (Red+Green+Blue) = 37+121+53=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #257935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257935 is #DA86CA. Grayscale: #585858. Windows color (decimal): -14321355 or 3504421. OLE color: 3504421.

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

Color convert

RGB 37 121 53 -
CMYK 0.69 0 0.56 0.53
HSL 131.43º 0.53% 0.31% -
HSV(B) 131.43º 0.69% 0.47% -
XYZ 8.24 14.33 5.7 -
YUV 88.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 37 121 53 0.69 0 0.56 0.53 131.43 0.53 0.31
Hex 25 79 35 45 0 38 35 83 35 1F
Octal 45 171 65 105 0 70 65 203 65 37
Binary 100101 1111001 110101 1000101 0 111000 110101 10000011 110101 11111

Color Harmonies of #257935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257935

Black with #257935

Text Example


Text Example

White with #257935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257935; }

 p { color: rgb(37,121,53); }

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

background-color css

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

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

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

border-color css

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

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

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