Html Css Color HEX #297002 Bilbao

📋 copy color: '#297002'

red 41 ◦ green 112 ◦ blue 2

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

Shades of Bilbao #297002

Tints of Bilbao #297002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 26.45%
G = 72.26%
B = 1.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#297002 (or 0x297002) is known color: Bilbao. HEX triplet: 29, 70 and 02. RGB value is (41,112,2). Sum of RGB (Red+Green+Blue) = 41+112+2=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #297002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297002 is #D68FFD. Grayscale: #4E4E4E. Windows color (decimal): -14061566 or 159785. OLE color: 159785.

HSL color Cylindrical-coordinate representation of color #297002: hue angle of 98.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #297002 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 2 -
CMYK 0.63 0 0.98 0.56
HSL 98.73º 0.96% 0.22% -
HSV(B) 98.73º 0.98% 0.44% -
XYZ 6.72 12.06 2.03 -
YUV 78.23 84.98 101.44 -
System Red Green Blue C M Y K H S L
Decimal 41 112 2 0.63 0 0.98 0.56 98.73 0.96 0.22
Hex 29 70 2 3F 0 62 38 63 60 16
Octal 51 160 2 77 0 142 70 143 140 26
Binary 101001 1110000 10 111111 0 1100010 111000 1100011 1100000 10110

Color Harmonies of #297002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297002

Black with #297002

Text Example


Text Example

White with #297002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297002; }

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

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

background-color css

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

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

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

border-color css

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

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

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