Html Css Color HEX #257029 San Felix

📋 copy color: '#257029'

red 37 ◦ green 112 ◦ blue 41

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

Shades of San Felix #257029

Tints of San Felix #257029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.95%

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 19.47%
G = 58.95%
B = 21.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#257029 (or 0x257029) is known color: San Felix. HEX triplet: 25, 70 and 29. RGB value is (37,112,41). Sum of RGB (Red+Green+Blue) = 37+112+41=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #257029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257029 is #DA8FD6. Grayscale: #515151. Windows color (decimal): -14323671 or 2715685. OLE color: 2715685.

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

Color convert

RGB 37 112 41 -
CMYK 0.67 0 0.63 0.56
HSL 123.2º 0.5% 0.29% -
HSV(B) 123.2º 0.67% 0.44% -
XYZ 6.96 12.14 4.07 -
YUV 81.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 37 112 41 0.67 0 0.63 0.56 123.2 0.5 0.29
Hex 25 70 29 43 0 3F 38 7B 32 1D
Octal 45 160 51 103 0 77 70 173 62 35
Binary 100101 1110000 101001 1000011 0 111111 111000 1111011 110010 11101

Color Harmonies of #257029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257029

Black with #257029

Text Example


Text Example

White with #257029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257029; }

 p { color: rgb(37,112,41); }

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

background-color css

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

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

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

border-color css

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

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

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