#2F630F

Color #2F630F Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #2F630F

Tints of Bilbao #2F630F

Color information

#2F630F (or 0x2F630F) is unknown color: approx Bilbao. HEX triplet: 2F, 63 and 0F. RGB value is (47,99,15). Sum of RGB (Red+Green+Blue) = 47+99+15=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #2F630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F630F is #D09CF0. Grayscale: #4A4A4A. Windows color (decimal): -13671665 or 1008431. OLE color: 1008431.

HSL color Cylindrical-coordinate representation of color #2F630F: hue angle of 97.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F630F is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB479915-
CMYK0.5300.850.61
HSL97.14º73.68%22.35%-
HSV(B)97.14º84.85%38.82%-
XYZ5.729.562-
YUV73.8894.77108.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 99 (39.06% from 255) = 61.49%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=29.19%
G=61.49%
B=9.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799150.5300.850.6197.1473.6822.35
Hex2F63F350553D614a16
Octal57143176501257514111226
Binary10111111000111111110101010101011111011100001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,99,15); }

 H1.HeaderClassName
 {
   color: #2F630F;
 }
 .AnyTagClassName
 {
   color: #2F630F;
 }
</style>
background-color css

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

 a { background-color: rgb(47,99,15); }

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

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

 span { border-color: rgb(47,99,15); }

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