Html Css Color HEX #308012 Bilbao

📋 copy color: '#308012'

red 48 ◦ green 128 ◦ blue 18

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

Shades of Bilbao #308012

Tints of Bilbao #308012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 24.74%
G = 65.98%
B = 9.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#308012 (or 0x308012) is known color: Bilbao. HEX triplet: 30, 80 and 12. RGB value is (48,128,18). Sum of RGB (Red+Green+Blue) = 48+128+18=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 128 (50.39% from 255 or 65.98% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 128 - color contains mainly: green. Hex color #308012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308012 is #CF7FED. Grayscale: #5B5B5B. Windows color (decimal): -13598702 or 1212464. OLE color: 1212464.

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

Color convert

RGB 48 128 18 -
CMYK 0.62 0 0.86 0.50
HSL 103.64º 0.75% 0.29% -
HSV(B) 103.64º 0.86% 0.5% -
XYZ 9.05 16.11 3.21 -
YUV 91.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 48 128 18 0.62 0 0.86 0.50 103.64 0.75 0.29
Hex 30 80 12 3E 0 56 32 68 4B 1D
Octal 60 200 22 76 0 126 62 150 113 35
Binary 110000 10000000 10010 111110 0 1010110 110010 1101000 1001011 11101

Color Harmonies of #308012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308012

Black with #308012

Text Example


Text Example

White with #308012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308012; }

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

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

background-color css

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

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

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

border-color css

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

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

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