Html Css Color HEX #427F02 Bilbao

📋 copy color: '#427F02'

red 66 ◦ green 127 ◦ blue 2

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

Shades of Bilbao #427F02

Tints of Bilbao #427F02

RGB

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

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

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

R = 33.85%
G = 65.13%
B = 1.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#427F02 (or 0x427F02) is known color: Bilbao. HEX triplet: 42, 7F and 02. RGB value is (66,127,2). Sum of RGB (Red+Green+Blue) = 66+127+2=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #427F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427F02 is #BD80FD. Grayscale: #5E5E5E. Windows color (decimal): -12419326 or 163650. OLE color: 163650.

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

Color convert

RGB 66 127 2 -
CMYK 0.48 0 0.98 0.50
HSL 89.28º 0.97% 0.25% -
HSV(B) 89.28º 0.98% 0.5% -
XYZ 9.85 16.34 2.69 -
YUV 94.51 75.79 107.66 -
System Red Green Blue C M Y K H S L
Decimal 66 127 2 0.48 0 0.98 0.50 89.28 0.97 0.25
Hex 42 7F 2 30 0 62 32 59 61 19
Octal 102 177 2 60 0 142 62 131 141 31
Binary 1000010 1111111 10 110000 0 1100010 110010 1011001 1100001 11001

Color Harmonies of #427F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F02

Black with #427F02

Text Example


Text Example

White with #427F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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