Html Css Color HEX #2F7814 Bilbao

📋 copy color: '#2F7814'

red 47 ◦ green 120 ◦ blue 20

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

Shades of Bilbao #2F7814

Tints of Bilbao #2F7814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 64.17%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 25.13%
G = 64.17%
B = 10.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#2F7814 (or 0x2F7814) is known color: Bilbao. HEX triplet: 2F, 78 and 14. RGB value is (47,120,20). Sum of RGB (Red+Green+Blue) = 47+120+20=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 120 (47.27% from 255 or 64.17% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7814 is #D087EB. Grayscale: #575757. Windows color (decimal): -13666284 or 1341487. OLE color: 1341487.

HSL color Cylindrical-coordinate representation of color #2F7814: hue angle of 103.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F7814 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 120 20 -
CMYK 0.61 0 0.83 0.53
HSL 103.8º 0.71% 0.27% -
HSV(B) 103.8º 0.83% 0.47% -
XYZ 8.02 14.09 2.96 -
YUV 86.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 47 120 20 0.61 0 0.83 0.53 103.8 0.71 0.27
Hex 2F 78 14 3D 0 53 35 68 47 1B
Octal 57 170 24 75 0 123 65 150 107 33
Binary 101111 1111000 10100 111101 0 1010011 110101 1101000 1000111 11011

Color Harmonies of #2F7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7814

Black with #2F7814

Text Example


Text Example

White with #2F7814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,120,20); }

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

background-color css

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

 a { background-color: rgb(47,120,20); }

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

border-color css

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

 span { border-color: rgb(47,120,20); }

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