Html Css Color HEX #2A7515 Bilbao

📋 copy color: '#2A7515'

red 42 ◦ green 117 ◦ blue 21

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

Shades of Bilbao #2A7515

Tints of Bilbao #2A7515

RGB

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

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

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

R = 23.33%
G = 65%
B = 11.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#2A7515 (or 0x2A7515) is known color: Bilbao. HEX triplet: 2A, 75 and 15. RGB value is (42,117,21). Sum of RGB (Red+Green+Blue) = 42+117+21=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7515 is #D58AEA. Grayscale: #535353. Windows color (decimal): -13994731 or 1406250. OLE color: 1406250.

HSL color Cylindrical-coordinate representation of color #2A7515: hue angle of 106.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A7515 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 117 21 -
CMYK 0.64 0 0.82 0.54
HSL 106.88º 0.7% 0.27% -
HSV(B) 106.88º 0.82% 0.46% -
XYZ 7.45 13.27 2.88 -
YUV 83.63 92.65 98.31 -
System Red Green Blue C M Y K H S L
Decimal 42 117 21 0.64 0 0.82 0.54 106.88 0.7 0.27
Hex 2A 75 15 40 0 52 36 6B 46 1B
Octal 52 165 25 100 0 122 66 153 106 33
Binary 101010 1110101 10101 1000000 0 1010010 110110 1101011 1000110 11011

Color Harmonies of #2A7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7515

Black with #2A7515

Text Example


Text Example

White with #2A7515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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