Html Css Color HEX #30690A Bilbao

📋 copy color: '#30690A'

red 48 ◦ green 105 ◦ blue 10

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

Shades of Bilbao #30690A

Tints of Bilbao #30690A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 64.42%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 29.45%
G = 64.42%
B = 6.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#30690A (or 0x30690A) is known color: Bilbao. HEX triplet: 30, 69 and 0A. RGB value is (48,105,10). Sum of RGB (Red+Green+Blue) = 48+105+10=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #30690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30690A is #CF96F5. Grayscale: #4D4D4D. Windows color (decimal): -13604598 or 682288. OLE color: 682288.

HSL color Cylindrical-coordinate representation of color #30690A: hue angle of 96º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30690A is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 10 -
CMYK 0.54 0 0.90 0.59
HSL 96º 0.83% 0.23% -
HSV(B) 96º 0.9% 0.41% -
XYZ 6.33 10.75 2.03 -
YUV 77.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 48 105 10 0.54 0 0.90 0.59 96 0.83 0.23
Hex 30 69 A 36 0 5A 3B 60 53 17
Octal 60 151 12 66 0 132 73 140 123 27
Binary 110000 1101001 1010 110110 0 1011010 111011 1100000 1010011 10111

Color Harmonies of #30690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30690A

Black with #30690A

Text Example


Text Example

White with #30690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30690A; }

 p { color: rgb(48,105,10); }

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

background-color css

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

 a { background-color: rgb(48,105,10); }

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

border-color css

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

 span { border-color: rgb(48,105,10); }

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