Html Css Color HEX #308515 Bilbao

📋 copy color: '#308515'

red 48 ◦ green 133 ◦ blue 21

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

Shades of Bilbao #308515

Tints of Bilbao #308515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 23.76%
G = 65.84%
B = 10.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#308515 (or 0x308515) is known color: Bilbao. HEX triplet: 30, 85 and 15. RGB value is (48,133,21). Sum of RGB (Red+Green+Blue) = 48+133+21=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #308515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308515 is #CF7AEA. Grayscale: #5F5F5F. Windows color (decimal): -13597419 or 1410352. OLE color: 1410352.

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

Color convert

RGB 48 133 21 -
CMYK 0.64 0 0.84 0.48
HSL 105.54º 0.73% 0.3% -
HSV(B) 105.54º 0.84% 0.52% -
XYZ 9.74 17.46 3.57 -
YUV 94.82 86.34 94.61 -
System Red Green Blue C M Y K H S L
Decimal 48 133 21 0.64 0 0.84 0.48 105.54 0.73 0.3
Hex 30 85 15 40 0 54 30 6A 49 1E
Octal 60 205 25 100 0 124 60 152 111 36
Binary 110000 10000101 10101 1000000 0 1010100 110000 1101010 1001001 11110

Color Harmonies of #308515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308515

Black with #308515

Text Example


Text Example

White with #308515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308515; }

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

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

background-color css

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

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

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

border-color css

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

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

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