Html Css Color HEX #428A02 Bilbao

📋 copy color: '#428A02'

red 66 ◦ green 138 ◦ blue 2

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

Shades of Bilbao #428A02

Tints of Bilbao #428A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 66.99%

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

R = 32.04%
G = 66.99%
B = 0.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#428A02 (or 0x428A02) is known color: Bilbao. HEX triplet: 42, 8A and 02. RGB value is (66,138,2). Sum of RGB (Red+Green+Blue) = 66+138+2=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #428A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A02 is #BD75FD. Grayscale: #656565. Windows color (decimal): -12416510 or 166466. OLE color: 166466.

HSL color Cylindrical-coordinate representation of color #428A02: hue angle of 91.76º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #428A02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 2 -
CMYK 0.52 0 0.99 0.46
HSL 91.76º 0.97% 0.27% -
HSV(B) 91.76º 0.99% 0.54% -
XYZ 11.35 19.34 3.19 -
YUV 100.97 72.15 103.06 -
System Red Green Blue C M Y K H S L
Decimal 66 138 2 0.52 0 0.99 0.46 91.76 0.97 0.27
Hex 42 8A 2 34 0 63 2E 5C 61 1B
Octal 102 212 2 64 0 143 56 134 141 33
Binary 1000010 10001010 10 110100 0 1100011 101110 1011100 1100001 11011

Color Harmonies of #428A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A02

Black with #428A02

Text Example


Text Example

White with #428A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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