Html Css Color HEX #2B7617 Bilbao

📋 copy color: '#2B7617'

red 43 ◦ green 118 ◦ blue 23

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

Shades of Bilbao #2B7617

Tints of Bilbao #2B7617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 64.13%

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 23.37%
G = 64.13%
B = 12.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#2B7617 (or 0x2B7617) is known color: Bilbao. HEX triplet: 2B, 76 and 17. RGB value is (43,118,23). Sum of RGB (Red+Green+Blue) = 43+118+23=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7617 is #D489E8. Grayscale: #555555. Windows color (decimal): -13928937 or 1537579. OLE color: 1537579.

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

Color convert

RGB 43 118 23 -
CMYK 0.64 0 0.81 0.54
HSL 107.37º 0.67% 0.28% -
HSV(B) 107.37º 0.81% 0.46% -
XYZ 7.63 13.53 3.02 -
YUV 84.75 93.15 98.22 -
System Red Green Blue C M Y K H S L
Decimal 43 118 23 0.64 0 0.81 0.54 107.37 0.67 0.28
Hex 2B 76 17 40 0 51 36 6B 43 1C
Octal 53 166 27 100 0 121 66 153 103 34
Binary 101011 1110110 10111 1000000 0 1010001 110110 1101011 1000011 11100

Color Harmonies of #2B7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7617

Black with #2B7617

Text Example


Text Example

White with #2B7617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,118,23); }

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

background-color css

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

 a { background-color: rgb(43,118,23); }

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

border-color css

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

 span { border-color: rgb(43,118,23); }

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