Html Css Color HEX #276E0D Bilbao

📋 copy color: '#276E0D'

red 39 ◦ green 110 ◦ blue 13

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

Shades of Bilbao #276E0D

Tints of Bilbao #276E0D

RGB

 RED value IS 39 (15.63% from 255) = 24.07%

 GREEN value IS 110 (43.36% from 255) = 67.9%

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 24.07%
G = 67.9%
B = 8.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#276E0D (or 0x276E0D) is known color: Bilbao. HEX triplet: 27, 6E and 0D. RGB value is (39,110,13). Sum of RGB (Red+Green+Blue) = 39+110+13=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 110 (43.36% from 255 or 67.90% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 110 - color contains mainly: green. Hex color #276E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276E0D is #D891F2. Grayscale: #4E4E4E. Windows color (decimal): -14193139 or 880167. OLE color: 880167.

HSL color Cylindrical-coordinate representation of color #276E0D: hue angle of 103.92º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #276E0D is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 110 13 -
CMYK 0.65 0 0.88 0.57
HSL 103.92º 0.79% 0.24% -
HSV(B) 103.92º 0.88% 0.43% -
XYZ 6.49 11.61 2.28 -
YUV 77.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 39 110 13 0.65 0 0.88 0.57 103.92 0.79 0.24
Hex 27 6E D 41 0 58 39 68 4F 18
Octal 47 156 15 101 0 130 71 150 117 30
Binary 100111 1101110 1101 1000001 0 1011000 111001 1101000 1001111 11000

Color Harmonies of #276E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E0D

Black with #276E0D

Text Example


Text Example

White with #276E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276E0D; }

 p { color: rgb(39,110,13); }

 H1.HeaderClassName
 {
   color: #276E0D;
 }
 .AnyTagClassName
 {
   color: #276E0D;
 }
</style>

background-color css

<style>
 a { background-color: #276E0D; }

 a { background-color: rgb(39,110,13); }

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

border-color css

<style>
 span { border-color: #276E0D; }

 span { border-color: rgb(39,110,13); }

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