#2D781D

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

Shades of Bilbao #2D781D

Tints of Bilbao #2D781D

Color information

#2D781D (or 0x2D781D) is unknown color: approx Bilbao. HEX triplet: 2D, 78 and 1D. RGB value is (45,120,29). Sum of RGB (Red+Green+Blue) = 45+120+29=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #2D781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D781D is #D287E2. Grayscale: #575757. Windows color (decimal): -13797347 or 1931309. OLE color: 1931309.

HSL color Cylindrical-coordinate representation of color #2D781D: hue angle of 109.45º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D781D is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB4512029-
CMYK0.6300.760.53
HSL109.45º61.07%29.22%-
HSV(B)109.45º75.83%47.06%-
XYZ8.0214.083.46-
YUV87.295.1597.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=23.20%
G=61.86%
B=14.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45120290.6300.760.53109.4561.0729.22
Hex2D781D3F04C356d3d1d
Octal5517035770114651557535
Binary10110111110001110111111101001100110101110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,120,29); }

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

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

 a { background-color: rgb(45,120,29); }

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

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

 span { border-color: rgb(45,120,29); }

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