Html Css Color HEX #296525 San Felix

📋 copy color: '#296525'

red 41 ◦ green 101 ◦ blue 37

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

Shades of San Felix #296525

Tints of San Felix #296525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 56.42%

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

R = 22.91%
G = 56.42%
B = 20.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#296525 (or 0x296525) is known color: San Felix. HEX triplet: 29, 65 and 25. RGB value is (41,101,37). Sum of RGB (Red+Green+Blue) = 41+101+37=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #296525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296525 is #D69ADA. Grayscale: #4B4B4B. Windows color (decimal): -14064347 or 2450729. OLE color: 2450729.

HSL color Cylindrical-coordinate representation of color #296525: hue angle of 116.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296525 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 37 -
CMYK 0.59 0 0.63 0.60
HSL 116.25º 0.46% 0.27% -
HSV(B) 116.25º 0.63% 0.4% -
XYZ 5.9 9.91 3.35 -
YUV 75.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 41 101 37 0.59 0 0.63 0.60 116.25 0.46 0.27
Hex 29 65 25 3B 0 3F 3C 74 2E 1B
Octal 51 145 45 73 0 77 74 164 56 33
Binary 101001 1100101 100101 111011 0 111111 111100 1110100 101110 11011

Color Harmonies of #296525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296525

Black with #296525

Text Example


Text Example

White with #296525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296525; }

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

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

background-color css

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

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

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

border-color css

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

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

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