Html Css Color HEX #2A6915 Bilbao

📋 copy color: '#2A6915'

red 42 ◦ green 105 ◦ blue 21

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

Shades of Bilbao #2A6915

Tints of Bilbao #2A6915

RGB

 RED value IS 42 (16.8% from 255) = 25%

 GREEN value IS 105 (41.41% from 255) = 62.5%

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 25%
G = 62.5%
B = 12.5%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#2A6915 (or 0x2A6915) is known color: Bilbao. HEX triplet: 2A, 69 and 15. RGB value is (42,105,21). Sum of RGB (Red+Green+Blue) = 42+105+21=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6915 is #D596EA. Grayscale: #4C4C4C. Windows color (decimal): -13997803 or 1403178. OLE color: 1403178.

HSL color Cylindrical-coordinate representation of color #2A6915: hue angle of 105º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A6915 is Cyan = 0.6, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 105 21 -
CMYK 0.6 0 0.80 0.59
HSL 105º 0.67% 0.25% -
HSV(B) 105º 0.8% 0.41% -
XYZ 6.14 10.65 2.44 -
YUV 76.59 96.63 103.33 -
System Red Green Blue C M Y K H S L
Decimal 42 105 21 0.6 0 0.80 0.59 105 0.67 0.25
Hex 2A 69 15 3C 0 50 3B 69 43 19
Octal 52 151 25 74 0 120 73 151 103 31
Binary 101010 1101001 10101 111100 0 1010000 111011 1101001 1000011 11001

Color Harmonies of #2A6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6915

Black with #2A6915

Text Example


Text Example

White with #2A6915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,105,21); }

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

background-color css

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

 a { background-color: rgb(42,105,21); }

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

border-color css

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

 span { border-color: rgb(42,105,21); }

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