Html Css Color HEX #2F710D Bilbao

📋 copy color: '#2F710D'

red 47 ◦ green 113 ◦ blue 13

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

Shades of Bilbao #2F710D

Tints of Bilbao #2F710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 65.32%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 27.17%
G = 65.32%
B = 7.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#2F710D (or 0x2F710D) is known color: Bilbao. HEX triplet: 2F, 71 and 0D. RGB value is (47,113,13). Sum of RGB (Red+Green+Blue) = 47+113+13=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #2F710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F710D is #D08EF2. Grayscale: #525252. Windows color (decimal): -13668083 or 880943. OLE color: 880943.

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

Color convert

RGB 47 113 13 -
CMYK 0.58 0 0.88 0.56
HSL 99.6º 0.79% 0.25% -
HSV(B) 99.6º 0.88% 0.44% -
XYZ 7.15 12.44 2.41 -
YUV 81.87 89.13 103.13 -
System Red Green Blue C M Y K H S L
Decimal 47 113 13 0.58 0 0.88 0.56 99.6 0.79 0.25
Hex 2F 71 D 3A 0 58 38 64 4F 19
Octal 57 161 15 72 0 130 70 144 117 31
Binary 101111 1110001 1101 111010 0 1011000 111000 1100100 1001111 11001

Color Harmonies of #2F710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F710D

Black with #2F710D

Text Example


Text Example

White with #2F710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,113,13); }

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

background-color css

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

 a { background-color: rgb(47,113,13); }

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

border-color css

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

 span { border-color: rgb(47,113,13); }

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