Html Css Color HEX #307002 Bilbao

📋 copy color: '#307002'

red 48 ◦ green 112 ◦ blue 2

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

Shades of Bilbao #307002

Tints of Bilbao #307002

RGB

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

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

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

R = 29.63%
G = 69.14%
B = 1.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#307002 (or 0x307002) is known color: Bilbao. HEX triplet: 30, 70 and 02. RGB value is (48,112,2). Sum of RGB (Red+Green+Blue) = 48+112+2=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #307002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307002 is #CF8FFD. Grayscale: #505050. Windows color (decimal): -13602814 or 159792. OLE color: 159792.

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

Color convert

RGB 48 112 2 -
CMYK 0.57 0 0.98 0.56
HSL 94.91º 0.96% 0.22% -
HSV(B) 94.91º 0.98% 0.44% -
XYZ 7.02 12.22 2.05 -
YUV 80.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 48 112 2 0.57 0 0.98 0.56 94.91 0.96 0.22
Hex 30 70 2 39 0 62 38 5F 60 16
Octal 60 160 2 71 0 142 70 137 140 26
Binary 110000 1110000 10 111001 0 1100010 111000 1011111 1100000 10110

Color Harmonies of #307002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307002

Black with #307002

Text Example


Text Example

White with #307002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307002; }

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

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

background-color css

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

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

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

border-color css

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

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

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