Html Css Color HEX #2F7518 Bilbao

📋 copy color: '#2F7518'

red 47 ◦ green 117 ◦ blue 24

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

Shades of Bilbao #2F7518

Tints of Bilbao #2F7518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.23%

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 25%
G = 62.23%
B = 12.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#2F7518 (or 0x2F7518) is known color: Bilbao. HEX triplet: 2F, 75 and 18. RGB value is (47,117,24). Sum of RGB (Red+Green+Blue) = 47+117+24=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7518 is #D08AE7. Grayscale: #555555. Windows color (decimal): -13667048 or 1602863. OLE color: 1602863.

HSL color Cylindrical-coordinate representation of color #2F7518: hue angle of 105.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F7518 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 117 24 -
CMYK 0.60 0 0.79 0.54
HSL 105.16º 0.66% 0.28% -
HSV(B) 105.16º 0.79% 0.46% -
XYZ 7.7 13.39 3.04 -
YUV 85.47 93.31 100.56 -
System Red Green Blue C M Y K H S L
Decimal 47 117 24 0.60 0 0.79 0.54 105.16 0.66 0.28
Hex 2F 75 18 3C 0 4F 36 69 42 1C
Octal 57 165 30 74 0 117 66 151 102 34
Binary 101111 1110101 11000 111100 0 1001111 110110 1101001 1000010 11100

Color Harmonies of #2F7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7518

Black with #2F7518

Text Example


Text Example

White with #2F7518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,117,24); }

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

background-color css

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

 a { background-color: rgb(47,117,24); }

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

border-color css

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

 span { border-color: rgb(47,117,24); }

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