Html Css Color HEX #2F8015 Bilbao

📋 copy color: '#2F8015'

red 47 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #2F8015

Tints of Bilbao #2F8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 23.98%
G = 65.31%
B = 10.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#2F8015 (or 0x2F8015) is known color: Bilbao. HEX triplet: 2F, 80 and 15. RGB value is (47,128,21). Sum of RGB (Red+Green+Blue) = 47+128+21=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #2F8015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8015 is #D07FEA. Grayscale: #5B5B5B. Windows color (decimal): -13664235 or 1409071. OLE color: 1409071.

HSL color Cylindrical-coordinate representation of color #2F8015: hue angle of 105.42º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F8015 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 128 21 -
CMYK 0.63 0 0.84 0.50
HSL 105.42º 0.72% 0.29% -
HSV(B) 105.42º 0.84% 0.5% -
XYZ 9.03 16.1 3.34 -
YUV 91.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 47 128 21 0.63 0 0.84 0.50 105.42 0.72 0.29
Hex 2F 80 15 3F 0 54 32 69 48 1D
Octal 57 200 25 77 0 124 62 151 110 35
Binary 101111 10000000 10101 111111 0 1010100 110010 1101001 1001000 11101

Color Harmonies of #2F8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8015

Black with #2F8015

Text Example


Text Example

White with #2F8015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,21); }

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

background-color css

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

 a { background-color: rgb(47,128,21); }

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

border-color css

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

 span { border-color: rgb(47,128,21); }

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