Html Css Color HEX #308621 Bilbao

📋 copy color: '#308621'

red 48 ◦ green 134 ◦ blue 33

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

Shades of Bilbao #308621

Tints of Bilbao #308621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 22.33%
G = 62.33%
B = 15.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#308621 (or 0x308621) is known color: Bilbao. HEX triplet: 30, 86 and 21. RGB value is (48,134,33). Sum of RGB (Red+Green+Blue) = 48+134+33=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #308621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308621 is #CF79DE. Grayscale: #616161. Windows color (decimal): -13597151 or 2197040. OLE color: 2197040.

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

Color convert

RGB 48 134 33 -
CMYK 0.64 0 0.75 0.47
HSL 111.09º 0.6% 0.33% -
HSV(B) 111.09º 0.75% 0.53% -
XYZ 10.02 17.79 4.34 -
YUV 96.77 92.01 93.21 -
System Red Green Blue C M Y K H S L
Decimal 48 134 33 0.64 0 0.75 0.47 111.09 0.6 0.33
Hex 30 86 21 40 0 4B 2F 6F 3C 21
Octal 60 206 41 100 0 113 57 157 74 41
Binary 110000 10000110 100001 1000000 0 1001011 101111 1101111 111100 100001

Color Harmonies of #308621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308621

Black with #308621

Text Example


Text Example

White with #308621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308621; }

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

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

background-color css

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

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

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

border-color css

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

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

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