Html Css Color HEX #308720 Bilbao

📋 copy color: '#308720'

red 48 ◦ green 135 ◦ blue 32

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

Shades of Bilbao #308720

Tints of Bilbao #308720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.79%

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

R = 22.33%
G = 62.79%
B = 14.88%

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

#308720 (or 0x308720) is known color: Bilbao. HEX triplet: 30, 87 and 20. RGB value is (48,135,32). Sum of RGB (Red+Green+Blue) = 48+135+32=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #308720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308720 is #CF78DF. Grayscale: #616161. Windows color (decimal): -13596896 or 2131760. OLE color: 2131760.

HSL color Cylindrical-coordinate representation of color #308720: hue angle of 110.68º degrees, saturation: 0.62, 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 #308720 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 32 -
CMYK 0.64 0 0.76 0.47
HSL 110.68º 0.62% 0.33% -
HSV(B) 110.68º 0.76% 0.53% -
XYZ 10.14 18.06 4.32 -
YUV 97.25 91.18 92.88 -
System Red Green Blue C M Y K H S L
Decimal 48 135 32 0.64 0 0.76 0.47 110.68 0.62 0.33
Hex 30 87 20 40 0 4C 2F 6F 3E 21
Octal 60 207 40 100 0 114 57 157 76 41
Binary 110000 10000111 100000 1000000 0 1001100 101111 1101111 111110 100001

Color Harmonies of #308720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308720

Black with #308720

Text Example


Text Example

White with #308720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308720; }

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

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

background-color css

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

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

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

border-color css

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

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

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