Html Css Color HEX #2F7D05 Bilbao

📋 copy color: '#2F7D05'

red 47 ◦ green 125 ◦ blue 5

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

Shades of Bilbao #2F7D05

Tints of Bilbao #2F7D05

RGB

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

 GREEN value IS 125 (49.22% from 255) = 70.62%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 26.55%
G = 70.62%
B = 2.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#2F7D05 (or 0x2F7D05) is known color: Bilbao. HEX triplet: 2F, 7D and 05. RGB value is (47,125,5). Sum of RGB (Red+Green+Blue) = 47+125+5=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 125 (49.22% from 255 or 70.62% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 125 - color contains mainly: green. Hex color #2F7D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7D05 is #D082FA. Grayscale: #585858. Windows color (decimal): -13665019 or 359727. OLE color: 359727.

HSL color Cylindrical-coordinate representation of color #2F7D05: hue angle of 99º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F7D05 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 125 5 -
CMYK 0.62 0 0.96 0.51
HSL 99º 0.92% 0.25% -
HSV(B) 99º 0.96% 0.49% -
XYZ 8.53 15.28 2.64 -
YUV 88 81.16 98.76 -
System Red Green Blue C M Y K H S L
Decimal 47 125 5 0.62 0 0.96 0.51 99 0.92 0.25
Hex 2F 7D 5 3E 0 60 33 63 5C 19
Octal 57 175 5 76 0 140 63 143 134 31
Binary 101111 1111101 101 111110 0 1100000 110011 1100011 1011100 11001

Color Harmonies of #2F7D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7D05

Black with #2F7D05

Text Example


Text Example

White with #2F7D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,125,5); }

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

background-color css

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

 a { background-color: rgb(47,125,5); }

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

border-color css

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

 span { border-color: rgb(47,125,5); }

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