Html Css Color HEX #29780D Bilbao

📋 copy color: '#29780D'

red 41 ◦ green 120 ◦ blue 13

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

Shades of Bilbao #29780D

Tints of Bilbao #29780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 68.97%

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 23.56%
G = 68.97%
B = 7.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#29780D (or 0x29780D) is known color: Bilbao. HEX triplet: 29, 78 and 0D. RGB value is (41,120,13). Sum of RGB (Red+Green+Blue) = 41+120+13=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 120 (47.27% from 255 or 68.97% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 120 - color contains mainly: green. Hex color #29780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29780D is #D687F2. Grayscale: #545454. Windows color (decimal): -14059507 or 882729. OLE color: 882729.

HSL color Cylindrical-coordinate representation of color #29780D: hue angle of 104.3º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #29780D is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 13 -
CMYK 0.66 0 0.89 0.53
HSL 104.3º 0.8% 0.26% -
HSV(B) 104.3º 0.89% 0.47% -
XYZ 7.7 13.93 2.66 -
YUV 84.18 87.83 97.2 -
System Red Green Blue C M Y K H S L
Decimal 41 120 13 0.66 0 0.89 0.53 104.3 0.8 0.26
Hex 29 78 D 42 0 59 35 68 50 1A
Octal 51 170 15 102 0 131 65 150 120 32
Binary 101001 1111000 1101 1000010 0 1011001 110101 1101000 1010000 11010

Color Harmonies of #29780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29780D

Black with #29780D

Text Example


Text Example

White with #29780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29780D; }

 p { color: rgb(41,120,13); }

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

background-color css

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

 a { background-color: rgb(41,120,13); }

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

border-color css

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

 span { border-color: rgb(41,120,13); }

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