Html Css Color HEX #307121 Bilbao

📋 copy color: '#307121'

red 48 ◦ green 113 ◦ blue 33

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

Shades of Bilbao #307121

Tints of Bilbao #307121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.25%

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 24.74%
G = 58.25%
B = 17.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#307121 (or 0x307121) is known color: Bilbao. HEX triplet: 30, 71 and 21. RGB value is (48,113,33). Sum of RGB (Red+Green+Blue) = 48+113+33=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #307121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307121 is #CF8EDE. Grayscale: #545454. Windows color (decimal): -13602527 or 2191664. OLE color: 2191664.

HSL color Cylindrical-coordinate representation of color #307121: hue angle of 108.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #307121 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 33 -
CMYK 0.58 0 0.71 0.56
HSL 108.75º 0.55% 0.29% -
HSV(B) 108.75º 0.71% 0.44% -
XYZ 7.4 12.55 3.47 -
YUV 84.45 98.97 102 -
System Red Green Blue C M Y K H S L
Decimal 48 113 33 0.58 0 0.71 0.56 108.75 0.55 0.29
Hex 30 71 21 3A 0 47 38 6D 37 1D
Octal 60 161 41 72 0 107 70 155 67 35
Binary 110000 1110001 100001 111010 0 1000111 111000 1101101 110111 11101

Color Harmonies of #307121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307121

Black with #307121

Text Example


Text Example

White with #307121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307121; }

 p { color: rgb(48,113,33); }

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

background-color css

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

 a { background-color: rgb(48,113,33); }

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

border-color css

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

 span { border-color: rgb(48,113,33); }

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