Html Css Color HEX #298100 Bilbao

📋 copy color: '#298100'

red 41 ◦ green 129 ◦ blue 0

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

Shades of Bilbao #298100

Tints of Bilbao #298100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 75.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.12%
G = 75.88%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#298100 (or 0x298100) is known color: Bilbao. HEX triplet: 29, 81 and 00. RGB value is (41,129,0). Sum of RGB (Red+Green+Blue) = 41+129+0=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #298100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298100 is #D67EFF. Grayscale: #585858. Windows color (decimal): -14057216 or 33065. OLE color: 33065.

HSL color Cylindrical-coordinate representation of color #298100: hue angle of 100.93º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #298100 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 0 -
CMYK 0.68 0 1 0.49
HSL 100.93º 1% 0.25% -
HSV(B) 100.93º 1% 0.51% -
XYZ 8.76 16.17 2.66 -
YUV 87.98 78.35 94.49 -
System Red Green Blue C M Y K H S L
Decimal 41 129 0 0.68 0 1 0.49 100.93 1 0.25
Hex 29 81 0 44 0 64 31 65 64 19
Octal 51 201 0 104 0 144 61 145 144 31
Binary 101001 10000001 0 1000100 0 1100100 110001 1100101 1100100 11001

Color Harmonies of #298100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298100

Black with #298100

Text Example


Text Example

White with #298100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298100; }

 p { color: rgb(41,129,0); }

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

background-color css

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

 a { background-color: rgb(41,129,0); }

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

border-color css

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

 span { border-color: rgb(41,129,0); }

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