Html Css Color HEX #2F700A Bilbao

📋 copy color: '#2F700A'

red 47 ◦ green 112 ◦ blue 10

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

Shades of Bilbao #2F700A

Tints of Bilbao #2F700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.27%

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 27.81%
G = 66.27%
B = 5.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#2F700A (or 0x2F700A) is known color: Bilbao. HEX triplet: 2F, 70 and 0A. RGB value is (47,112,10). Sum of RGB (Red+Green+Blue) = 47+112+10=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #2F700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F700A is #D08FF5. Grayscale: #515151. Windows color (decimal): -13668342 or 684079. OLE color: 684079.

HSL color Cylindrical-coordinate representation of color #2F700A: hue angle of 98.24º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F700A is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 112 10 -
CMYK 0.58 0 0.91 0.56
HSL 98.24º 0.84% 0.24% -
HSV(B) 98.24º 0.91% 0.44% -
XYZ 7.02 12.21 2.27 -
YUV 80.94 87.97 103.79 -
System Red Green Blue C M Y K H S L
Decimal 47 112 10 0.58 0 0.91 0.56 98.24 0.84 0.24
Hex 2F 70 A 3A 0 5B 38 62 54 18
Octal 57 160 12 72 0 133 70 142 124 30
Binary 101111 1110000 1010 111010 0 1011011 111000 1100010 1010100 11000

Color Harmonies of #2F700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F700A

Black with #2F700A

Text Example


Text Example

White with #2F700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,112,10); }

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

background-color css

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

 a { background-color: rgb(47,112,10); }

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

border-color css

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

 span { border-color: rgb(47,112,10); }

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