Html Css Color HEX #427F2F Bilbao

📋 copy color: '#427F2F'

red 66 ◦ green 127 ◦ blue 47

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

Shades of Bilbao #427F2F

Tints of Bilbao #427F2F

RGB

 RED value IS 66 (26.17% from 255) = 27.5%

 GREEN value IS 127 (50% from 255) = 52.92%

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 27.5%
G = 52.92%
B = 19.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#427F2F (or 0x427F2F) is known color: Bilbao. HEX triplet: 42, 7F and 2F. RGB value is (66,127,47). Sum of RGB (Red+Green+Blue) = 66+127+47=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #427F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F2F is #BD80D0. Grayscale: #636363. Windows color (decimal): -12419281 or 3112770. OLE color: 3112770.

HSL color Cylindrical-coordinate representation of color #427F2F: hue angle of 105.75º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427F2F is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 47 -
CMYK 0.48 0 0.63 0.50
HSL 105.75º 0.46% 0.34% -
HSV(B) 105.75º 0.63% 0.5% -
XYZ 10.35 16.54 5.34 -
YUV 99.64 98.29 104 -
System Red Green Blue C M Y K H S L
Decimal 66 127 47 0.48 0 0.63 0.50 105.75 0.46 0.34
Hex 42 7F 2F 30 0 3F 32 6A 2E 22
Octal 102 177 57 60 0 77 62 152 56 42
Binary 1000010 1111111 101111 110000 0 111111 110010 1101010 101110 100010

Color Harmonies of #427F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F2F

Black with #427F2F

Text Example


Text Example

White with #427F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427F2F; }

 p { color: rgb(66,127,47); }

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

background-color css

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

 a { background-color: rgb(66,127,47); }

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

border-color css

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

 span { border-color: rgb(66,127,47); }

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