Html Css Color HEX #29700F Bilbao

📋 copy color: '#29700F'

red 41 ◦ green 112 ◦ blue 15

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

Shades of Bilbao #29700F

Tints of Bilbao #29700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 24.4%
G = 66.67%
B = 8.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#29700F (or 0x29700F) is known color: Bilbao. HEX triplet: 29, 70 and 0F. RGB value is (41,112,15). Sum of RGB (Red+Green+Blue) = 41+112+15=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #29700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29700F is #D68FF0. Grayscale: #505050. Windows color (decimal): -14061553 or 1011753. OLE color: 1011753.

HSL color Cylindrical-coordinate representation of color #29700F: hue angle of 103.92º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29700F is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 15 -
CMYK 0.63 0 0.87 0.56
HSL 103.92º 0.76% 0.25% -
HSV(B) 103.92º 0.87% 0.44% -
XYZ 6.79 12.09 2.43 -
YUV 79.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 41 112 15 0.63 0 0.87 0.56 103.92 0.76 0.25
Hex 29 70 F 3F 0 57 38 68 4C 19
Octal 51 160 17 77 0 127 70 150 114 31
Binary 101001 1110000 1111 111111 0 1010111 111000 1101000 1001100 11001

Color Harmonies of #29700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29700F

Black with #29700F

Text Example


Text Example

White with #29700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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