Html Css Color HEX #29702B San Felix

📋 copy color: '#29702B'

red 41 ◦ green 112 ◦ blue 43

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

Shades of San Felix #29702B

Tints of San Felix #29702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.94%

R = 20.92%
G = 57.14%
B = 21.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#29702B (or 0x29702B) is known color: San Felix. HEX triplet: 29, 70 and 2B. RGB value is (41,112,43). Sum of RGB (Red+Green+Blue) = 41+112+43=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #29702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29702B is #D68FD4. Grayscale: #535353. Windows color (decimal): -14061525 or 2846761. OLE color: 2846761.

HSL color Cylindrical-coordinate representation of color #29702B: hue angle of 121.69º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29702B is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 43 -
CMYK 0.63 0 0.62 0.56
HSL 121.69º 0.46% 0.3% -
HSV(B) 121.69º 0.63% 0.44% -
XYZ 7.14 12.23 4.27 -
YUV 82.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 41 112 43 0.63 0 0.62 0.56 121.69 0.46 0.3
Hex 29 70 2B 3F 0 3E 38 7A 2E 1E
Octal 51 160 53 77 0 76 70 172 56 36
Binary 101001 1110000 101011 111111 0 111110 111000 1111010 101110 11110

Color Harmonies of #29702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29702B

Black with #29702B

Text Example


Text Example

White with #29702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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