Html Css Color HEX #297025 San Felix

📋 copy color: '#297025'

red 41 ◦ green 112 ◦ blue 37

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

Shades of San Felix #297025

Tints of San Felix #297025

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

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

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

Color convert

RGB 41 112 37 -
CMYK 0.63 0 0.67 0.56
HSL 116.8º 0.5% 0.29% -
HSV(B) 116.8º 0.67% 0.44% -
XYZ 7.04 12.19 3.73 -
YUV 82.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 41 112 37 0.63 0 0.67 0.56 116.8 0.5 0.29
Hex 29 70 25 3F 0 43 38 75 32 1D
Octal 51 160 45 77 0 103 70 165 62 35
Binary 101001 1110000 100101 111111 0 1000011 111000 1110101 110010 11101

Color Harmonies of #297025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297025

Black with #297025

Text Example


Text Example

White with #297025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297025; }

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

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

background-color css

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

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

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

border-color css

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

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

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