Html Css Color HEX #276F01 Bilbao

📋 copy color: '#276F01'

red 39 ◦ green 111 ◦ blue 1

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

Shades of Bilbao #276F01

Tints of Bilbao #276F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 73.51%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 25.83%
G = 73.51%
B = 0.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#276F01 (or 0x276F01) is known color: Bilbao. HEX triplet: 27, 6F and 01. RGB value is (39,111,1). Sum of RGB (Red+Green+Blue) = 39+111+1=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 111 (43.75% from 255 or 73.51% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 111 - color contains mainly: green. Hex color #276F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276F01 is #D890FE. Grayscale: #4D4D4D. Windows color (decimal): -14192895 or 93991. OLE color: 93991.

HSL color Cylindrical-coordinate representation of color #276F01: hue angle of 99.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #276F01 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 111 1 -
CMYK 0.65 0 0.99 0.56
HSL 99.27º 0.98% 0.22% -
HSV(B) 99.27º 0.99% 0.44% -
XYZ 6.53 11.8 1.96 -
YUV 76.93 85.15 100.94 -
System Red Green Blue C M Y K H S L
Decimal 39 111 1 0.65 0 0.99 0.56 99.27 0.98 0.22
Hex 27 6F 1 41 0 63 38 63 62 16
Octal 47 157 1 101 0 143 70 143 142 26
Binary 100111 1101111 1 1000001 0 1100011 111000 1100011 1100010 10110

Color Harmonies of #276F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F01

Black with #276F01

Text Example


Text Example

White with #276F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,111,1); }

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

background-color css

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

 a { background-color: rgb(39,111,1); }

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

border-color css

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

 span { border-color: rgb(39,111,1); }

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