Html Css Color HEX #308819 Bilbao

📋 copy color: '#308819'

red 48 ◦ green 136 ◦ blue 25

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

Shades of Bilbao #308819

Tints of Bilbao #308819

RGB

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

 GREEN value IS 136 (53.52% from 255) = 65.07%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 22.97%
G = 65.07%
B = 11.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#308819 (or 0x308819) is known color: Bilbao. HEX triplet: 30, 88 and 19. RGB value is (48,136,25). Sum of RGB (Red+Green+Blue) = 48+136+25=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #308819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308819 is #CF77E6. Grayscale: #616161. Windows color (decimal): -13596647 or 1673264. OLE color: 1673264.

HSL color Cylindrical-coordinate representation of color #308819: hue angle of 107.57º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #308819 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 25 -
CMYK 0.65 0 0.82 0.47
HSL 107.57º 0.69% 0.32% -
HSV(B) 107.57º 0.82% 0.53% -
XYZ 10.2 18.31 3.92 -
YUV 97.03 87.35 93.03 -
System Red Green Blue C M Y K H S L
Decimal 48 136 25 0.65 0 0.82 0.47 107.57 0.69 0.32
Hex 30 88 19 41 0 52 2F 6C 45 20
Octal 60 210 31 101 0 122 57 154 105 40
Binary 110000 10001000 11001 1000001 0 1010010 101111 1101100 1000101 100000

Color Harmonies of #308819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308819

Black with #308819

Text Example


Text Example

White with #308819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308819; }

 p { color: rgb(48,136,25); }

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

background-color css

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

 a { background-color: rgb(48,136,25); }

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

border-color css

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

 span { border-color: rgb(48,136,25); }

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