Html Css Color HEX #308120 Bilbao

📋 copy color: '#308120'

red 48 ◦ green 129 ◦ blue 32

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

Shades of Bilbao #308120

Tints of Bilbao #308120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 61.72%

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

R = 22.97%
G = 61.72%
B = 15.31%

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

#308120 (or 0x308120) is known color: Bilbao. HEX triplet: 30, 81 and 20. RGB value is (48,129,32). Sum of RGB (Red+Green+Blue) = 48+129+32=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #308120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308120 is #CF7EDF. Grayscale: #5E5E5E. Windows color (decimal): -13598432 or 2130224. OLE color: 2130224.

HSL color Cylindrical-coordinate representation of color #308120: hue angle of 110.1º 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 #308120 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 32 -
CMYK 0.63 0 0.75 0.49
HSL 110.1º 0.6% 0.32% -
HSV(B) 110.1º 0.75% 0.51% -
XYZ 9.33 16.43 4.05 -
YUV 93.72 93.16 95.39 -
System Red Green Blue C M Y K H S L
Decimal 48 129 32 0.63 0 0.75 0.49 110.1 0.6 0.32
Hex 30 81 20 3F 0 4B 31 6E 3C 20
Octal 60 201 40 77 0 113 61 156 74 40
Binary 110000 10000001 100000 111111 0 1001011 110001 1101110 111100 100000

Color Harmonies of #308120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308120

Black with #308120

Text Example


Text Example

White with #308120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308120; }

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

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

background-color css

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

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

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

border-color css

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

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

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