Html Css Color HEX #307001 Bilbao

📋 copy color: '#307001'

red 48 ◦ green 112 ◦ blue 1

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

Shades of Bilbao #307001

Tints of Bilbao #307001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 69.57%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 29.81%
G = 69.57%
B = 0.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#307001 (or 0x307001) is known color: Bilbao. HEX triplet: 30, 70 and 01. RGB value is (48,112,1). Sum of RGB (Red+Green+Blue) = 48+112+1=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #307001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307001 is #CF8FFE. Grayscale: #505050. Windows color (decimal): -13602815 or 94256. OLE color: 94256.

HSL color Cylindrical-coordinate representation of color #307001: hue angle of 94.59º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #307001 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 1 -
CMYK 0.57 0 0.99 0.56
HSL 94.59º 0.98% 0.22% -
HSV(B) 94.59º 0.99% 0.44% -
XYZ 7.02 12.22 2.02 -
YUV 80.21 83.3 105.03 -
System Red Green Blue C M Y K H S L
Decimal 48 112 1 0.57 0 0.99 0.56 94.59 0.98 0.22
Hex 30 70 1 39 0 63 38 5F 62 16
Octal 60 160 1 71 0 143 70 137 142 26
Binary 110000 1110000 1 111001 0 1100011 111000 1011111 1100010 10110

Color Harmonies of #307001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307001

Black with #307001

Text Example


Text Example

White with #307001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307001; }

 p { color: rgb(48,112,1); }

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

background-color css

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

 a { background-color: rgb(48,112,1); }

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

border-color css

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

 span { border-color: rgb(48,112,1); }

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