Html Css Color HEX #30751D Bilbao

📋 copy color: '#30751D'

red 48 ◦ green 117 ◦ blue 29

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

Shades of Bilbao #30751D

Tints of Bilbao #30751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 24.74%
G = 60.31%
B = 14.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#30751D (or 0x30751D) is known color: Bilbao. HEX triplet: 30, 75 and 1D. RGB value is (48,117,29). Sum of RGB (Red+Green+Blue) = 48+117+29=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #30751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30751D is #CF8AE2. Grayscale: #565656. Windows color (decimal): -13601507 or 1930544. OLE color: 1930544.

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

Color convert

RGB 48 117 29 -
CMYK 0.59 0 0.75 0.54
HSL 107.05º 0.6% 0.29% -
HSV(B) 107.05º 0.75% 0.46% -
XYZ 7.8 13.44 3.35 -
YUV 86.34 95.64 100.66 -
System Red Green Blue C M Y K H S L
Decimal 48 117 29 0.59 0 0.75 0.54 107.05 0.6 0.29
Hex 30 75 1D 3B 0 4B 36 6B 3C 1D
Octal 60 165 35 73 0 113 66 153 74 35
Binary 110000 1110101 11101 111011 0 1001011 110110 1101011 111100 11101

Color Harmonies of #30751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30751D

Black with #30751D

Text Example


Text Example

White with #30751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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