Html Css Color HEX #308620 Bilbao

📋 copy color: '#308620'

red 48 ◦ green 134 ◦ blue 32

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

Shades of Bilbao #308620

Tints of Bilbao #308620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 22.43%
G = 62.62%
B = 14.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#308620 (or 0x308620) is known color: Bilbao. HEX triplet: 30, 86 and 20. RGB value is (48,134,32). Sum of RGB (Red+Green+Blue) = 48+134+32=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #308620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308620 is #CF79DF. Grayscale: #606060. Windows color (decimal): -13597152 or 2131504. OLE color: 2131504.

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

Color convert

RGB 48 134 32 -
CMYK 0.64 0 0.76 0.47
HSL 110.59º 0.61% 0.33% -
HSV(B) 110.59º 0.76% 0.53% -
XYZ 10 17.78 4.27 -
YUV 96.66 91.51 93.29 -
System Red Green Blue C M Y K H S L
Decimal 48 134 32 0.64 0 0.76 0.47 110.59 0.61 0.33
Hex 30 86 20 40 0 4C 2F 6F 3D 21
Octal 60 206 40 100 0 114 57 157 75 41
Binary 110000 10000110 100000 1000000 0 1001100 101111 1101111 111101 100001

Color Harmonies of #308620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308620

Black with #308620

Text Example


Text Example

White with #308620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308620; }

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

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

background-color css

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

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

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

border-color css

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

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

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