Html Css Color HEX #308714 Bilbao

📋 copy color: '#308714'

red 48 ◦ green 135 ◦ blue 20

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

Shades of Bilbao #308714

Tints of Bilbao #308714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 23.65%
G = 66.5%
B = 9.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#308714 (or 0x308714) is known color: Bilbao. HEX triplet: 30, 87 and 14. RGB value is (48,135,20). Sum of RGB (Red+Green+Blue) = 48+135+20=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #308714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308714 is #CF78EB. Grayscale: #606060. Windows color (decimal): -13596908 or 1345328. OLE color: 1345328.

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

Color convert

RGB 48 135 20 -
CMYK 0.64 0 0.85 0.47
HSL 105.39º 0.74% 0.3% -
HSV(B) 105.39º 0.85% 0.53% -
XYZ 10.01 18.01 3.61 -
YUV 95.88 85.18 93.85 -
System Red Green Blue C M Y K H S L
Decimal 48 135 20 0.64 0 0.85 0.47 105.39 0.74 0.3
Hex 30 87 14 40 0 55 2F 69 4A 1E
Octal 60 207 24 100 0 125 57 151 112 36
Binary 110000 10000111 10100 1000000 0 1010101 101111 1101001 1001010 11110

Color Harmonies of #308714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308714

Black with #308714

Text Example


Text Example

White with #308714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308714; }

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

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

background-color css

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

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

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

border-color css

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

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

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