Html Css Color HEX #2B741C Bilbao

📋 copy color: '#2B741C'

red 43 ◦ green 116 ◦ blue 28

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

Shades of Bilbao #2B741C

Tints of Bilbao #2B741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.03%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 22.99%
G = 62.03%
B = 14.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#2B741C (or 0x2B741C) is known color: Bilbao. HEX triplet: 2B, 74 and 1C. RGB value is (43,116,28). Sum of RGB (Red+Green+Blue) = 43+116+28=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #2B741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B741C is #D48BE3. Grayscale: #545454. Windows color (decimal): -13929444 or 1864747. OLE color: 1864747.

HSL color Cylindrical-coordinate representation of color #2B741C: hue angle of 109.77º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B741C is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 116 28 -
CMYK 0.63 0 0.76 0.55
HSL 109.77º 0.61% 0.28% -
HSV(B) 109.77º 0.76% 0.45% -
XYZ 7.45 13.09 3.23 -
YUV 84.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 43 116 28 0.63 0 0.76 0.55 109.77 0.61 0.28
Hex 2B 74 1C 3F 0 4C 37 6E 3D 1C
Octal 53 164 34 77 0 114 67 156 75 34
Binary 101011 1110100 11100 111111 0 1001100 110111 1101110 111101 11100

Color Harmonies of #2B741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B741C

Black with #2B741C

Text Example


Text Example

White with #2B741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,28); }

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

background-color css

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

 a { background-color: rgb(43,116,28); }

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

border-color css

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

 span { border-color: rgb(43,116,28); }

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