Html Css Color HEX #277002 Bilbao

📋 copy color: '#277002'

red 39 ◦ green 112 ◦ blue 2

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

Shades of Bilbao #277002

Tints of Bilbao #277002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 73.2%

 BLUE value IS 2 (1.17% from 255) = 1.31%

R = 25.49%
G = 73.2%
B = 1.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#277002 (or 0x277002) is known color: Bilbao. HEX triplet: 27, 70 and 02. RGB value is (39,112,2). Sum of RGB (Red+Green+Blue) = 39+112+2=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #277002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277002 is #D88FFD. Grayscale: #4E4E4E. Windows color (decimal): -14192638 or 159783. OLE color: 159783.

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

Color convert

RGB 39 112 2 -
CMYK 0.65 0 0.98 0.56
HSL 99.82º 0.96% 0.22% -
HSV(B) 99.82º 0.98% 0.44% -
XYZ 6.64 12.02 2.03 -
YUV 77.63 85.32 100.44 -
System Red Green Blue C M Y K H S L
Decimal 39 112 2 0.65 0 0.98 0.56 99.82 0.96 0.22
Hex 27 70 2 41 0 62 38 64 60 16
Octal 47 160 2 101 0 142 70 144 140 26
Binary 100111 1110000 10 1000001 0 1100010 111000 1100100 1100000 10110

Color Harmonies of #277002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277002

Black with #277002

Text Example


Text Example

White with #277002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277002; }

 p { color: rgb(39,112,2); }

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

background-color css

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

 a { background-color: rgb(39,112,2); }

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

border-color css

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

 span { border-color: rgb(39,112,2); }

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