Html Css Color HEX #30751E Bilbao

📋 copy color: '#30751E'

red 48 ◦ green 117 ◦ blue 30

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

Shades of Bilbao #30751E

Tints of Bilbao #30751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60%

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

R = 24.62%
G = 60%
B = 15.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#30751E (or 0x30751E) is known color: Bilbao. HEX triplet: 30, 75 and 1E. RGB value is (48,117,30). Sum of RGB (Red+Green+Blue) = 48+117+30=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #30751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30751E is #CF8AE1. Grayscale: #565656. Windows color (decimal): -13601506 or 1996080. OLE color: 1996080.

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

Color convert

RGB 48 117 30 -
CMYK 0.59 0 0.74 0.54
HSL 107.59º 0.59% 0.29% -
HSV(B) 107.59º 0.74% 0.46% -
XYZ 7.81 13.44 3.41 -
YUV 86.45 96.14 100.57 -
System Red Green Blue C M Y K H S L
Decimal 48 117 30 0.59 0 0.74 0.54 107.59 0.59 0.29
Hex 30 75 1E 3B 0 4A 36 6C 3B 1D
Octal 60 165 36 73 0 112 66 154 73 35
Binary 110000 1110101 11110 111011 0 1001010 110110 1101100 111011 11101

Color Harmonies of #30751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30751E

Black with #30751E

Text Example


Text Example

White with #30751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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