Html Css Color HEX #297D0B Bilbao

📋 copy color: '#297D0B'

red 41 ◦ green 125 ◦ blue 11

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

Shades of Bilbao #297D0B

Tints of Bilbao #297D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 70.62%

 BLUE value IS 11 (4.69% from 255) = 6.21%

R = 23.16%
G = 70.62%
B = 6.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#297D0B (or 0x297D0B) is known color: Bilbao. HEX triplet: 29, 7D and 0B. RGB value is (41,125,11). Sum of RGB (Red+Green+Blue) = 41+125+11=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 125 (49.22% from 255 or 70.62% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 125 - color contains mainly: green. Hex color #297D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297D0B is #D682F4. Grayscale: #575757. Windows color (decimal): -14058229 or 752937. OLE color: 752937.

HSL color Cylindrical-coordinate representation of color #297D0B: hue angle of 104.21º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #297D0B is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 125 11 -
CMYK 0.67 0 0.91 0.51
HSL 104.21º 0.84% 0.27% -
HSV(B) 104.21º 0.91% 0.49% -
XYZ 8.31 15.16 2.81 -
YUV 86.89 85.17 95.27 -
System Red Green Blue C M Y K H S L
Decimal 41 125 11 0.67 0 0.91 0.51 104.21 0.84 0.27
Hex 29 7D B 43 0 5B 33 68 54 1B
Octal 51 175 13 103 0 133 63 150 124 33
Binary 101001 1111101 1011 1000011 0 1011011 110011 1101000 1010100 11011

Color Harmonies of #297D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D0B

Black with #297D0B

Text Example


Text Example

White with #297D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297D0B; }

 p { color: rgb(41,125,11); }

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

background-color css

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

 a { background-color: rgb(41,125,11); }

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

border-color css

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

 span { border-color: rgb(41,125,11); }

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