Html Css Color HEX #2B7519 Bilbao

📋 copy color: '#2B7519'

red 43 ◦ green 117 ◦ blue 25

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

Shades of Bilbao #2B7519

Tints of Bilbao #2B7519

RGB

 RED value IS 43 (17.19% from 255) = 23.24%

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

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 23.24%
G = 63.24%
B = 13.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#2B7519 (or 0x2B7519) is known color: Bilbao. HEX triplet: 2B, 75 and 19. RGB value is (43,117,25). Sum of RGB (Red+Green+Blue) = 43+117+25=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7519 is #D48AE6. Grayscale: #545454. Windows color (decimal): -13929191 or 1668395. OLE color: 1668395.

HSL color Cylindrical-coordinate representation of color #2B7519: hue angle of 108.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B7519 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 117 25 -
CMYK 0.63 0 0.79 0.54
HSL 108.26º 0.65% 0.28% -
HSV(B) 108.26º 0.79% 0.46% -
XYZ 7.53 13.31 3.09 -
YUV 84.39 94.48 98.48 -
System Red Green Blue C M Y K H S L
Decimal 43 117 25 0.63 0 0.79 0.54 108.26 0.65 0.28
Hex 2B 75 19 3F 0 4F 36 6C 41 1C
Octal 53 165 31 77 0 117 66 154 101 34
Binary 101011 1110101 11001 111111 0 1001111 110110 1101100 1000001 11100

Color Harmonies of #2B7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7519

Black with #2B7519

Text Example


Text Example

White with #2B7519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,117,25); }

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

background-color css

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

 a { background-color: rgb(43,117,25); }

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

border-color css

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

 span { border-color: rgb(43,117,25); }

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