Html Css Color HEX #298005 Bilbao

📋 copy color: '#298005'

red 41 ◦ green 128 ◦ blue 5

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

Shades of Bilbao #298005

Tints of Bilbao #298005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.56%

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 23.56%
G = 73.56%
B = 2.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#298005 (or 0x298005) is known color: Bilbao. HEX triplet: 29, 80 and 05. RGB value is (41,128,5). Sum of RGB (Red+Green+Blue) = 41+128+5=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 128 (50.39% from 255 or 73.56% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 128 - color contains mainly: green. Hex color #298005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298005 is #D67FFA. Grayscale: #585858. Windows color (decimal): -14057467 or 360489. OLE color: 360489.

HSL color Cylindrical-coordinate representation of color #298005: hue angle of 102.44º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #298005 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 5 -
CMYK 0.68 0 0.96 0.50
HSL 102.44º 0.92% 0.26% -
HSV(B) 102.44º 0.96% 0.5% -
XYZ 8.66 15.92 2.76 -
YUV 87.97 81.18 94.5 -
System Red Green Blue C M Y K H S L
Decimal 41 128 5 0.68 0 0.96 0.50 102.44 0.92 0.26
Hex 29 80 5 44 0 60 32 66 5C 1A
Octal 51 200 5 104 0 140 62 146 134 32
Binary 101001 10000000 101 1000100 0 1100000 110010 1100110 1011100 11010

Color Harmonies of #298005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298005

Black with #298005

Text Example


Text Example

White with #298005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298005; }

 p { color: rgb(41,128,5); }

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

background-color css

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

 a { background-color: rgb(41,128,5); }

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

border-color css

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

 span { border-color: rgb(41,128,5); }

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