Html Css Color HEX #30880E Bilbao

📋 copy color: '#30880E'

red 48 ◦ green 136 ◦ blue 14

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

Shades of Bilbao #30880E

Tints of Bilbao #30880E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 24.24%
G = 68.69%
B = 7.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#30880E (or 0x30880E) is known color: Bilbao. HEX triplet: 30, 88 and 0E. RGB value is (48,136,14). Sum of RGB (Red+Green+Blue) = 48+136+14=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #30880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30880E is #CF77F1. Grayscale: #606060. Windows color (decimal): -13596658 or 952368. OLE color: 952368.

HSL color Cylindrical-coordinate representation of color #30880E: hue angle of 103.28º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30880E is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 14 -
CMYK 0.65 0 0.90 0.47
HSL 103.28º 0.81% 0.29% -
HSV(B) 103.28º 0.9% 0.53% -
XYZ 10.1 18.27 3.41 -
YUV 95.78 81.85 93.92 -
System Red Green Blue C M Y K H S L
Decimal 48 136 14 0.65 0 0.90 0.47 103.28 0.81 0.29
Hex 30 88 E 41 0 5A 2F 67 51 1D
Octal 60 210 16 101 0 132 57 147 121 35
Binary 110000 10001000 1110 1000001 0 1011010 101111 1100111 1010001 11101

Color Harmonies of #30880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30880E

Black with #30880E

Text Example


Text Example

White with #30880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30880E; }

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

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

background-color css

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

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

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

border-color css

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

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

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