Html Css Color HEX #309002 Bilbao

📋 copy color: '#309002'

red 48 ◦ green 144 ◦ blue 2

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

Shades of Bilbao #309002

Tints of Bilbao #309002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 74.23%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 24.74%
G = 74.23%
B = 1.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#309002 (or 0x309002) is known color: Bilbao. HEX triplet: 30, 90 and 02. RGB value is (48,144,2). Sum of RGB (Red+Green+Blue) = 48+144+2=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #309002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309002 is #CF6FFD. Grayscale: #636363. Windows color (decimal): -13594622 or 167984. OLE color: 167984.

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

Color convert

RGB 48 144 2 -
CMYK 0.67 0 0.99 0.44
HSL 100.56º 0.97% 0.29% -
HSV(B) 100.56º 0.99% 0.56% -
XYZ 11.2 20.58 3.44 -
YUV 99.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 48 144 2 0.67 0 0.99 0.44 100.56 0.97 0.29
Hex 30 90 2 43 0 63 2C 65 61 1D
Octal 60 220 2 103 0 143 54 145 141 35
Binary 110000 10010000 10 1000011 0 1100011 101100 1100101 1100001 11101

Color Harmonies of #309002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309002

Black with #309002

Text Example


Text Example

White with #309002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309002; }

 p { color: rgb(48,144,2); }

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

background-color css

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

 a { background-color: rgb(48,144,2); }

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

border-color css

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

 span { border-color: rgb(48,144,2); }

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