Html Css Color HEX #42841E Bilbao

📋 copy color: '#42841E'

red 66 ◦ green 132 ◦ blue 30

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

Shades of Bilbao #42841E

Tints of Bilbao #42841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.89%

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 28.95%
G = 57.89%
B = 13.16%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#42841E (or 0x42841E) is known color: Bilbao. HEX triplet: 42, 84 and 1E. RGB value is (66,132,30). Sum of RGB (Red+Green+Blue) = 66+132+30=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #42841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42841E is #BD7BE1. Grayscale: #646464. Windows color (decimal): -12418018 or 1999938. OLE color: 1999938.

HSL color Cylindrical-coordinate representation of color #42841E: hue angle of 98.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42841E is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 30 -
CMYK 0.5 0 0.77 0.48
HSL 98.82º 0.63% 0.32% -
HSV(B) 98.82º 0.77% 0.52% -
XYZ 10.73 17.75 4.09 -
YUV 100.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 66 132 30 0.5 0 0.77 0.48 98.82 0.63 0.32
Hex 42 84 1E 32 0 4D 30 63 3F 20
Octal 102 204 36 62 0 115 60 143 77 40
Binary 1000010 10000100 11110 110010 0 1001101 110000 1100011 111111 100000

Color Harmonies of #42841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42841E

Black with #42841E

Text Example


Text Example

White with #42841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42841E; }

 p { color: rgb(66,132,30); }

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

background-color css

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

 a { background-color: rgb(66,132,30); }

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

border-color css

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

 span { border-color: rgb(66,132,30); }

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