Html Css Color HEX #30741E Bilbao

📋 copy color: '#30741E'

red 48 ◦ green 116 ◦ blue 30

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

Shades of Bilbao #30741E

Tints of Bilbao #30741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.79%

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 24.74%
G = 59.79%
B = 15.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#30741E (or 0x30741E) is known color: Bilbao. HEX triplet: 30, 74 and 1E. RGB value is (48,116,30). Sum of RGB (Red+Green+Blue) = 48+116+30=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #30741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30741E is #CF8BE1. Grayscale: #565656. Windows color (decimal): -13601762 or 1995824. OLE color: 1995824.

HSL color Cylindrical-coordinate representation of color #30741E: hue angle of 107.44º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30741E is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 30 -
CMYK 0.59 0 0.74 0.55
HSL 107.44º 0.59% 0.29% -
HSV(B) 107.44º 0.74% 0.45% -
XYZ 7.7 13.21 3.37 -
YUV 85.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 48 116 30 0.59 0 0.74 0.55 107.44 0.59 0.29
Hex 30 74 1E 3B 0 4A 37 6B 3B 1D
Octal 60 164 36 73 0 112 67 153 73 35
Binary 110000 1110100 11110 111011 0 1001010 110111 1101011 111011 11101

Color Harmonies of #30741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30741E

Black with #30741E

Text Example


Text Example

White with #30741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,116,30); }

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

background-color css

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

 a { background-color: rgb(48,116,30); }

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

border-color css

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

 span { border-color: rgb(48,116,30); }

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