Html Css Color HEX #2F700D Bilbao

📋 copy color: '#2F700D'

red 47 ◦ green 112 ◦ blue 13

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

Shades of Bilbao #2F700D

Tints of Bilbao #2F700D

RGB

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

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

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

R = 27.33%
G = 65.12%
B = 7.56%

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

#2F700D (or 0x2F700D) is known color: Bilbao. HEX triplet: 2F, 70 and 0D. RGB value is (47,112,13). Sum of RGB (Red+Green+Blue) = 47+112+13=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #2F700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F700D is #D08FF2. Grayscale: #515151. Windows color (decimal): -13668339 or 880687. OLE color: 880687.

HSL color Cylindrical-coordinate representation of color #2F700D: hue angle of 99.39º 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 #2F700D is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 112 13 -
CMYK 0.58 0 0.88 0.56
HSL 99.39º 0.79% 0.25% -
HSV(B) 99.39º 0.88% 0.44% -
XYZ 7.04 12.22 2.37 -
YUV 81.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 47 112 13 0.58 0 0.88 0.56 99.39 0.79 0.25
Hex 2F 70 D 3A 0 58 38 63 4F 19
Octal 57 160 15 72 0 130 70 143 117 31
Binary 101111 1110000 1101 111010 0 1011000 111000 1100011 1001111 11001

Color Harmonies of #2F700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F700D

Black with #2F700D

Text Example


Text Example

White with #2F700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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