Html Css Color HEX #308502 Bilbao

📋 copy color: '#308502'

red 48 ◦ green 133 ◦ blue 2

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

Shades of Bilbao #308502

Tints of Bilbao #308502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 72.68%

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

R = 26.23%
G = 72.68%
B = 1.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#308502 (or 0x308502) is known color: Bilbao. HEX triplet: 30, 85 and 02. RGB value is (48,133,2). Sum of RGB (Red+Green+Blue) = 48+133+2=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #308502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308502 is #CF7AFD. Grayscale: #5D5D5D. Windows color (decimal): -13597438 or 165168. OLE color: 165168.

HSL color Cylindrical-coordinate representation of color #308502: hue angle of 98.93º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #308502 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 2 -
CMYK 0.64 0 0.98 0.48
HSL 98.93º 0.97% 0.26% -
HSV(B) 98.93º 0.98% 0.52% -
XYZ 9.62 17.41 2.91 -
YUV 92.65 76.84 96.15 -
System Red Green Blue C M Y K H S L
Decimal 48 133 2 0.64 0 0.98 0.48 98.93 0.97 0.26
Hex 30 85 2 40 0 62 30 63 61 1A
Octal 60 205 2 100 0 142 60 143 141 32
Binary 110000 10000101 10 1000000 0 1100010 110000 1100011 1100001 11010

Color Harmonies of #308502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308502

Black with #308502

Text Example


Text Example

White with #308502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308502; }

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

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

background-color css

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

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

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

border-color css

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

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

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