Html Css Color HEX #308221 Bilbao

📋 copy color: '#308221'

red 48 ◦ green 130 ◦ blue 33

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

Shades of Bilbao #308221

Tints of Bilbao #308221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.61%

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

R = 22.75%
G = 61.61%
B = 15.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#308221 (or 0x308221) is known color: Bilbao. HEX triplet: 30, 82 and 21. RGB value is (48,130,33). Sum of RGB (Red+Green+Blue) = 48+130+33=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #308221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308221 is #CF7DDE. Grayscale: #5E5E5E. Windows color (decimal): -13598175 or 2196016. OLE color: 2196016.

HSL color Cylindrical-coordinate representation of color #308221: hue angle of 110.72º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308221 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 33 -
CMYK 0.63 0 0.75 0.49
HSL 110.72º 0.6% 0.32% -
HSV(B) 110.72º 0.75% 0.51% -
XYZ 9.48 16.7 4.16 -
YUV 94.42 93.33 94.89 -
System Red Green Blue C M Y K H S L
Decimal 48 130 33 0.63 0 0.75 0.49 110.72 0.6 0.32
Hex 30 82 21 3F 0 4B 31 6F 3C 20
Octal 60 202 41 77 0 113 61 157 74 40
Binary 110000 10000010 100001 111111 0 1001011 110001 1101111 111100 100000

Color Harmonies of #308221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308221

Black with #308221

Text Example


Text Example

White with #308221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308221; }

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

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

background-color css

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

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

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

border-color css

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

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

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