Html Css Color HEX #307502 Bilbao

📋 copy color: '#307502'

red 48 ◦ green 117 ◦ blue 2

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

Shades of Bilbao #307502

Tints of Bilbao #307502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 70.06%

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

R = 28.74%
G = 70.06%
B = 1.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#307502 (or 0x307502) is known color: Bilbao. HEX triplet: 30, 75 and 02. RGB value is (48,117,2). Sum of RGB (Red+Green+Blue) = 48+117+2=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #307502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307502 is #CF8AFD. Grayscale: #535353. Windows color (decimal): -13601534 or 161072. OLE color: 161072.

HSL color Cylindrical-coordinate representation of color #307502: hue angle of 96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #307502 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 2 -
CMYK 0.59 0 0.98 0.54
HSL 96º 0.97% 0.23% -
HSV(B) 96º 0.98% 0.46% -
XYZ 7.59 13.36 2.24 -
YUV 83.26 82.14 102.85 -
System Red Green Blue C M Y K H S L
Decimal 48 117 2 0.59 0 0.98 0.54 96 0.97 0.23
Hex 30 75 2 3B 0 62 36 60 61 17
Octal 60 165 2 73 0 142 66 140 141 27
Binary 110000 1110101 10 111011 0 1100010 110110 1100000 1100001 10111

Color Harmonies of #307502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307502

Black with #307502

Text Example


Text Example

White with #307502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307502; }

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

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

background-color css

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

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

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

border-color css

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

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

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