Html Css Color HEX #2B7714 Bilbao

📋 copy color: '#2B7714'

red 43 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #2B7714

Tints of Bilbao #2B7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.38%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 23.63%
G = 65.38%
B = 10.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#2B7714 (or 0x2B7714) is known color: Bilbao. HEX triplet: 2B, 77 and 14. RGB value is (43,119,20). Sum of RGB (Red+Green+Blue) = 43+119+20=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7714 is #D488EB. Grayscale: #555555. Windows color (decimal): -13928684 or 1341227. OLE color: 1341227.

HSL color Cylindrical-coordinate representation of color #2B7714: hue angle of 106.06º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B7714 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 119 20 -
CMYK 0.64 0 0.83 0.53
HSL 106.06º 0.71% 0.27% -
HSV(B) 106.06º 0.83% 0.47% -
XYZ 7.72 13.76 2.91 -
YUV 84.99 91.32 98.05 -
System Red Green Blue C M Y K H S L
Decimal 43 119 20 0.64 0 0.83 0.53 106.06 0.71 0.27
Hex 2B 77 14 40 0 53 35 6A 47 1B
Octal 53 167 24 100 0 123 65 152 107 33
Binary 101011 1110111 10100 1000000 0 1010011 110101 1101010 1000111 11011

Color Harmonies of #2B7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7714

Black with #2B7714

Text Example


Text Example

White with #2B7714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,119,20); }

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

background-color css

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

 a { background-color: rgb(43,119,20); }

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

border-color css

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

 span { border-color: rgb(43,119,20); }

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