Html Css Color HEX #308022 Bilbao

📋 copy color: '#308022'

red 48 ◦ green 128 ◦ blue 34

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

Shades of Bilbao #308022

Tints of Bilbao #308022

RGB

 RED value IS 48 (19.14% from 255) = 22.86%

 GREEN value IS 128 (50.39% from 255) = 60.95%

 BLUE value IS 34 (13.67% from 255) = 16.19%

R = 22.86%
G = 60.95%
B = 16.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#308022 (or 0x308022) is known color: Bilbao. HEX triplet: 30, 80 and 22. RGB value is (48,128,34). Sum of RGB (Red+Green+Blue) = 48+128+34=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #308022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308022 is #CF7FDD. Grayscale: #5D5D5D. Windows color (decimal): -13598686 or 2261040. OLE color: 2261040.

HSL color Cylindrical-coordinate representation of color #308022: hue angle of 111.06º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308022 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 34 -
CMYK 0.62 0 0.73 0.50
HSL 111.06º 0.58% 0.32% -
HSV(B) 111.06º 0.73% 0.5% -
XYZ 9.23 16.18 4.15 -
YUV 93.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 48 128 34 0.62 0 0.73 0.50 111.06 0.58 0.32
Hex 30 80 22 3E 0 49 32 6F 3A 20
Octal 60 200 42 76 0 111 62 157 72 40
Binary 110000 10000000 100010 111110 0 1001001 110010 1101111 111010 100000

Color Harmonies of #308022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308022

Black with #308022

Text Example


Text Example

White with #308022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308022; }

 p { color: rgb(48,128,34); }

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

background-color css

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

 a { background-color: rgb(48,128,34); }

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

border-color css

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

 span { border-color: rgb(48,128,34); }

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