Html Css Color HEX #296A30 San Felix

📋 copy color: '#296A30'

red 41 ◦ green 106 ◦ blue 48

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

Shades of San Felix #296A30

Tints of San Felix #296A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.36%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 21.03%
G = 54.36%
B = 24.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#296A30 (or 0x296A30) is known color: San Felix. HEX triplet: 29, 6A and 30. RGB value is (41,106,48). Sum of RGB (Red+Green+Blue) = 41+106+48=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #296A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A30 is #D695CF. Grayscale: #505050. Windows color (decimal): -14063056 or 3172905. OLE color: 3172905.

HSL color Cylindrical-coordinate representation of color #296A30: hue angle of 126.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A30 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 48 -
CMYK 0.61 0 0.55 0.58
HSL 126.46º 0.44% 0.29% -
HSV(B) 126.46º 0.61% 0.42% -
XYZ 6.6 10.99 4.57 -
YUV 79.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 41 106 48 0.61 0 0.55 0.58 126.46 0.44 0.29
Hex 29 6A 30 3D 0 37 3A 7E 2C 1D
Octal 51 152 60 75 0 67 72 176 54 35
Binary 101001 1101010 110000 111101 0 110111 111010 1111110 101100 11101

Color Harmonies of #296A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A30

Black with #296A30

Text Example


Text Example

White with #296A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296A30; }

 p { color: rgb(41,106,48); }

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

background-color css

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

 a { background-color: rgb(41,106,48); }

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

border-color css

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

 span { border-color: rgb(41,106,48); }

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