Html Css Color HEX #2F7419 Bilbao

📋 copy color: '#2F7419'

red 47 ◦ green 116 ◦ blue 25

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

Shades of Bilbao #2F7419

Tints of Bilbao #2F7419

RGB

 RED value IS 47 (18.75% from 255) = 25%

 GREEN value IS 116 (45.7% from 255) = 61.7%

 BLUE value IS 25 (10.16% from 255) = 13.3%

R = 25%
G = 61.7%
B = 13.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#2F7419 (or 0x2F7419) is known color: Bilbao. HEX triplet: 2F, 74 and 19. RGB value is (47,116,25). Sum of RGB (Red+Green+Blue) = 47+116+25=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #2F7419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7419 is #D08BE6. Grayscale: #555555. Windows color (decimal): -13667303 or 1668143. OLE color: 1668143.

HSL color Cylindrical-coordinate representation of color #2F7419: hue angle of 105.49º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F7419 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 116 25 -
CMYK 0.59 0 0.78 0.55
HSL 105.49º 0.65% 0.28% -
HSV(B) 105.49º 0.78% 0.45% -
XYZ 7.59 13.17 3.06 -
YUV 85 94.14 100.9 -
System Red Green Blue C M Y K H S L
Decimal 47 116 25 0.59 0 0.78 0.55 105.49 0.65 0.28
Hex 2F 74 19 3B 0 4E 37 69 41 1C
Octal 57 164 31 73 0 116 67 151 101 34
Binary 101111 1110100 11001 111011 0 1001110 110111 1101001 1000001 11100

Color Harmonies of #2F7419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7419

Black with #2F7419

Text Example


Text Example

White with #2F7419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F7419; }

 p { color: rgb(47,116,25); }

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

background-color css

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

 a { background-color: rgb(47,116,25); }

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

border-color css

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

 span { border-color: rgb(47,116,25); }

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