Html Css Color HEX #2F8815 Bilbao

📋 copy color: '#2F8815'

red 47 ◦ green 136 ◦ blue 21

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

Shades of Bilbao #2F8815

Tints of Bilbao #2F8815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 66.67%

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

R = 23.04%
G = 66.67%
B = 10.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#2F8815 (or 0x2F8815) is known color: Bilbao. HEX triplet: 2F, 88 and 15. RGB value is (47,136,21). Sum of RGB (Red+Green+Blue) = 47+136+21=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8815 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8815 is #D077EA. Grayscale: #606060. Windows color (decimal): -13662187 or 1411119. OLE color: 1411119.

HSL color Cylindrical-coordinate representation of color #2F8815: hue angle of 106.43º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F8815 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 136 21 -
CMYK 0.65 0 0.85 0.47
HSL 106.43º 0.73% 0.31% -
HSV(B) 106.43º 0.85% 0.53% -
XYZ 10.11 18.27 3.7 -
YUV 96.28 85.51 92.85 -
System Red Green Blue C M Y K H S L
Decimal 47 136 21 0.65 0 0.85 0.47 106.43 0.73 0.31
Hex 2F 88 15 41 0 55 2F 6A 49 1F
Octal 57 210 25 101 0 125 57 152 111 37
Binary 101111 10001000 10101 1000001 0 1010101 101111 1101010 1001001 11111

Color Harmonies of #2F8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8815

Black with #2F8815

Text Example


Text Example

White with #2F8815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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