Html Css Color HEX #2F8517 Bilbao

📋 copy color: '#2F8517'

red 47 ◦ green 133 ◦ blue 23

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

Shades of Bilbao #2F8517

Tints of Bilbao #2F8517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.52%

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 23.15%
G = 65.52%
B = 11.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#2F8517 (or 0x2F8517) is known color: Bilbao. HEX triplet: 2F, 85 and 17. RGB value is (47,133,23). Sum of RGB (Red+Green+Blue) = 47+133+23=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8517 is #D07AE8. Grayscale: #5F5F5F. Windows color (decimal): -13662953 or 1541423. OLE color: 1541423.

HSL color Cylindrical-coordinate representation of color #2F8517: hue angle of 106.91º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F8517 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 23 -
CMYK 0.65 0 0.83 0.48
HSL 106.91º 0.71% 0.31% -
HSV(B) 106.91º 0.83% 0.52% -
XYZ 9.71 17.44 3.67 -
YUV 94.75 87.51 93.94 -
System Red Green Blue C M Y K H S L
Decimal 47 133 23 0.65 0 0.83 0.48 106.91 0.71 0.31
Hex 2F 85 17 41 0 53 30 6B 47 1F
Octal 57 205 27 101 0 123 60 153 107 37
Binary 101111 10000101 10111 1000001 0 1010011 110000 1101011 1000111 11111

Color Harmonies of #2F8517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8517

Black with #2F8517

Text Example


Text Example

White with #2F8517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,23); }

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

background-color css

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

 a { background-color: rgb(47,133,23); }

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

border-color css

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

 span { border-color: rgb(47,133,23); }

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