Html Css Color HEX #2C741C Bilbao

📋 copy color: '#2C741C'

red 44 ◦ green 116 ◦ blue 28

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

Shades of Bilbao #2C741C

Tints of Bilbao #2C741C

RGB

 RED value IS 44 (17.58% from 255) = 23.4%

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

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

R = 23.4%
G = 61.7%
B = 14.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#2C741C (or 0x2C741C) is known color: Bilbao. HEX triplet: 2C, 74 and 1C. RGB value is (44,116,28). Sum of RGB (Red+Green+Blue) = 44+116+28=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #2C741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C741C is #D38BE3. Grayscale: #545454. Windows color (decimal): -13863908 or 1864748. OLE color: 1864748.

HSL color Cylindrical-coordinate representation of color #2C741C: hue angle of 109.09º 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 #2C741C is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 116 28 -
CMYK 0.62 0 0.76 0.55
HSL 109.09º 0.61% 0.28% -
HSV(B) 109.09º 0.76% 0.45% -
XYZ 7.49 13.11 3.23 -
YUV 84.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 44 116 28 0.62 0 0.76 0.55 109.09 0.61 0.28
Hex 2C 74 1C 3E 0 4C 37 6D 3D 1C
Octal 54 164 34 76 0 114 67 155 75 34
Binary 101100 1110100 11100 111110 0 1001100 110111 1101101 111101 11100

Color Harmonies of #2C741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C741C

Black with #2C741C

Text Example


Text Example

White with #2C741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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