Html Css Color HEX #308710 Bilbao

📋 copy color: '#308710'

red 48 ◦ green 135 ◦ blue 16

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

Shades of Bilbao #308710

Tints of Bilbao #308710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 24.12%
G = 67.84%
B = 8.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#308710 (or 0x308710) is known color: Bilbao. HEX triplet: 30, 87 and 10. RGB value is (48,135,16). Sum of RGB (Red+Green+Blue) = 48+135+16=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #308710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308710 is #CF78EF. Grayscale: #5F5F5F. Windows color (decimal): -13596912 or 1083184. OLE color: 1083184.

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

Color convert

RGB 48 135 16 -
CMYK 0.64 0 0.88 0.47
HSL 103.87º 0.79% 0.3% -
HSV(B) 103.87º 0.88% 0.53% -
XYZ 9.98 17.99 3.44 -
YUV 95.42 83.18 94.18 -
System Red Green Blue C M Y K H S L
Decimal 48 135 16 0.64 0 0.88 0.47 103.87 0.79 0.3
Hex 30 87 10 40 0 58 2F 68 4F 1E
Octal 60 207 20 100 0 130 57 150 117 36
Binary 110000 10000111 10000 1000000 0 1011000 101111 1101000 1001111 11110

Color Harmonies of #308710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308710

Black with #308710

Text Example


Text Example

White with #308710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308710; }

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

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

background-color css

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

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

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

border-color css

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

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

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