Html Css Color HEX #306C02 Bilbao

📋 copy color: '#306C02'

red 48 ◦ green 108 ◦ blue 2

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

Shades of Bilbao #306C02

Tints of Bilbao #306C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 68.35%

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

R = 30.38%
G = 68.35%
B = 1.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#306C02 (or 0x306C02) is known color: Bilbao. HEX triplet: 30, 6C and 02. RGB value is (48,108,2). Sum of RGB (Red+Green+Blue) = 48+108+2=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #306C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306C02 is #CF93FD. Grayscale: #4E4E4E. Windows color (decimal): -13603838 or 158768. OLE color: 158768.

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

Color convert

RGB 48 108 2 -
CMYK 0.56 0 0.98 0.58
HSL 93.96º 0.96% 0.22% -
HSV(B) 93.96º 0.98% 0.42% -
XYZ 6.59 11.36 1.9 -
YUV 77.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 48 108 2 0.56 0 0.98 0.58 93.96 0.96 0.22
Hex 30 6C 2 38 0 62 3A 5E 60 16
Octal 60 154 2 70 0 142 72 136 140 26
Binary 110000 1101100 10 111000 0 1100010 111010 1011110 1100000 10110

Color Harmonies of #306C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C02

Black with #306C02

Text Example


Text Example

White with #306C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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