Html Css Color HEX #30760C Bilbao

📋 copy color: '#30760C'

red 48 ◦ green 118 ◦ blue 12

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

Shades of Bilbao #30760C

Tints of Bilbao #30760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 66.29%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 26.97%
G = 66.29%
B = 6.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#30760C (or 0x30760C) is known color: Bilbao. HEX triplet: 30, 76 and 0C. RGB value is (48,118,12). Sum of RGB (Red+Green+Blue) = 48+118+12=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 118 (46.48% from 255 or 66.29% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 118 - color contains mainly: green. Hex color #30760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30760C is #CF89F3. Grayscale: #555555. Windows color (decimal): -13601268 or 816688. OLE color: 816688.

HSL color Cylindrical-coordinate representation of color #30760C: hue angle of 99.62º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30760C is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 12 -
CMYK 0.59 0 0.90 0.54
HSL 99.62º 0.82% 0.25% -
HSV(B) 99.62º 0.9% 0.46% -
XYZ 7.76 13.61 2.57 -
YUV 84.99 86.81 101.62 -
System Red Green Blue C M Y K H S L
Decimal 48 118 12 0.59 0 0.90 0.54 99.62 0.82 0.25
Hex 30 76 C 3B 0 5A 36 64 52 19
Octal 60 166 14 73 0 132 66 144 122 31
Binary 110000 1110110 1100 111011 0 1011010 110110 1100100 1010010 11001

Color Harmonies of #30760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30760C

Black with #30760C

Text Example


Text Example

White with #30760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30760C; }

 p { color: rgb(48,118,12); }

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

background-color css

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

 a { background-color: rgb(48,118,12); }

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

border-color css

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

 span { border-color: rgb(48,118,12); }

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