Html Css Color HEX #308C09 Bilbao

📋 copy color: '#308C09'

red 48 ◦ green 140 ◦ blue 9

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

Shades of Bilbao #308C09

Tints of Bilbao #308C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 71.07%

 BLUE value IS 9 (3.91% from 255) = 4.57%

R = 24.37%
G = 71.07%
B = 4.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#308C09 (or 0x308C09) is known color: Bilbao. HEX triplet: 30, 8C and 09. RGB value is (48,140,9). Sum of RGB (Red+Green+Blue) = 48+140+9=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 140 (55.08% from 255 or 71.07% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 140 - color contains mainly: green. Hex color #308C09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308C09 is #CF73F6. Grayscale: #616161. Windows color (decimal): -13595639 or 625712. OLE color: 625712.

HSL color Cylindrical-coordinate representation of color #308C09: hue angle of 102.14º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #308C09 is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 9 -
CMYK 0.66 0 0.94 0.45
HSL 102.14º 0.88% 0.29% -
HSV(B) 102.14º 0.94% 0.55% -
XYZ 10.65 19.4 3.44 -
YUV 97.56 78.02 92.65 -
System Red Green Blue C M Y K H S L
Decimal 48 140 9 0.66 0 0.94 0.45 102.14 0.88 0.29
Hex 30 8C 9 42 0 5E 2D 66 58 1D
Octal 60 214 11 102 0 136 55 146 130 35
Binary 110000 10001100 1001 1000010 0 1011110 101101 1100110 1011000 11101

Color Harmonies of #308C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C09

Black with #308C09

Text Example


Text Example

White with #308C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308C09; }

 p { color: rgb(48,140,9); }

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

background-color css

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

 a { background-color: rgb(48,140,9); }

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

border-color css

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

 span { border-color: rgb(48,140,9); }

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