Html Css Color HEX #308A06 Bilbao

📋 copy color: '#308A06'

red 48 ◦ green 138 ◦ blue 6

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

Shades of Bilbao #308A06

Tints of Bilbao #308A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 25%
G = 71.88%
B = 3.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#308A06 (or 0x308A06) is known color: Bilbao. HEX triplet: 30, 8A and 06. RGB value is (48,138,6). Sum of RGB (Red+Green+Blue) = 48+138+6=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #308A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308A06 is #CF75F9. Grayscale: #606060. Windows color (decimal): -13596154 or 428592. OLE color: 428592.

HSL color Cylindrical-coordinate representation of color #308A06: hue angle of 100.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #308A06 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 138 6 -
CMYK 0.65 0 0.96 0.46
HSL 100.91º 0.92% 0.28% -
HSV(B) 100.91º 0.96% 0.54% -
XYZ 10.34 18.82 3.26 -
YUV 96.04 77.18 93.73 -
System Red Green Blue C M Y K H S L
Decimal 48 138 6 0.65 0 0.96 0.46 100.91 0.92 0.28
Hex 30 8A 6 41 0 60 2E 65 5C 1C
Octal 60 212 6 101 0 140 56 145 134 34
Binary 110000 10001010 110 1000001 0 1100000 101110 1100101 1011100 11100

Color Harmonies of #308A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A06

Black with #308A06

Text Example


Text Example

White with #308A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,138,6); }

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

background-color css

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

 a { background-color: rgb(48,138,6); }

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

border-color css

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

 span { border-color: rgb(48,138,6); }

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