Html Css Color HEX #308602 Bilbao

📋 copy color: '#308602'

red 48 ◦ green 134 ◦ blue 2

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

Shades of Bilbao #308602

Tints of Bilbao #308602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 72.83%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 26.09%
G = 72.83%
B = 1.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#308602 (or 0x308602) is known color: Bilbao. HEX triplet: 30, 86 and 02. RGB value is (48,134,2). Sum of RGB (Red+Green+Blue) = 48+134+2=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 134 (52.73% from 255 or 72.83% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 134 - color contains mainly: green. Hex color #308602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308602 is #CF79FD. Grayscale: #5D5D5D. Windows color (decimal): -13597182 or 165424. OLE color: 165424.

HSL color Cylindrical-coordinate representation of color #308602: hue angle of 99.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #308602 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 2 -
CMYK 0.64 0 0.99 0.47
HSL 99.09º 0.97% 0.27% -
HSV(B) 99.09º 0.99% 0.53% -
XYZ 9.75 17.68 2.96 -
YUV 93.24 76.51 95.73 -
System Red Green Blue C M Y K H S L
Decimal 48 134 2 0.64 0 0.99 0.47 99.09 0.97 0.27
Hex 30 86 2 40 0 63 2F 63 61 1B
Octal 60 206 2 100 0 143 57 143 141 33
Binary 110000 10000110 10 1000000 0 1100011 101111 1100011 1100001 11011

Color Harmonies of #308602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308602

Black with #308602

Text Example


Text Example

White with #308602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308602; }

 p { color: rgb(48,134,2); }

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

background-color css

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

 a { background-color: rgb(48,134,2); }

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

border-color css

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

 span { border-color: rgb(48,134,2); }

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