#2D6714

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

Shades of Bilbao #2D6714

Tints of Bilbao #2D6714

Color information

#2D6714 (or 0x2D6714) is unknown color: approx Bilbao. HEX triplet: 2D, 67 and 14. RGB value is (45,103,20). Sum of RGB (Red+Green+Blue) = 45+103+20=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6714 is #D298EB. Grayscale: #4C4C4C. Windows color (decimal): -13801708 or 1337133. OLE color: 1337133.

HSL color Cylindrical-coordinate representation of color #2D6714: hue angle of 101.93º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D6714 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB4510320-
CMYK0.5600.810.60
HSL101.93º67.48%24.12%-
HSV(B)101.93º80.58%40.39%-
XYZ6.0610.312.33-
YUV76.296.28105.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.79%
GREEN value IS 103 (40.62% from 255) = 61.31%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=26.79%
G=61.31%
B=11.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45103200.5600.810.60101.9367.4824.12
Hex2D6714380513C664318
Octal55147247001217414610330
Binary101101110011110100111000010100011111001100110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,103,20); }

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

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

 a { background-color: rgb(45,103,20); }

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

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

 span { border-color: rgb(45,103,20); }

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