Html Css Color HEX #308B02 Bilbao

📋 copy color: '#308B02'

red 48 ◦ green 139 ◦ blue 2

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

Shades of Bilbao #308B02

Tints of Bilbao #308B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 73.54%

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

R = 25.4%
G = 73.54%
B = 1.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#308B02 (or 0x308B02) is known color: Bilbao. HEX triplet: 30, 8B and 02. RGB value is (48,139,2). Sum of RGB (Red+Green+Blue) = 48+139+2=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 139 (54.69% from 255 or 73.54% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 139 - color contains mainly: green. Hex color #308B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B02 is #CF74FD. Grayscale: #606060. Windows color (decimal): -13595902 or 166704. OLE color: 166704.

HSL color Cylindrical-coordinate representation of color #308B02: hue angle of 99.85º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #308B02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 2 -
CMYK 0.65 0 0.99 0.45
HSL 99.85º 0.97% 0.28% -
HSV(B) 99.85º 0.99% 0.55% -
XYZ 10.46 19.1 3.19 -
YUV 96.17 74.85 93.64 -
System Red Green Blue C M Y K H S L
Decimal 48 139 2 0.65 0 0.99 0.45 99.85 0.97 0.28
Hex 30 8B 2 41 0 63 2D 64 61 1C
Octal 60 213 2 101 0 143 55 144 141 34
Binary 110000 10001011 10 1000001 0 1100011 101101 1100100 1100001 11100

Color Harmonies of #308B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B02

Black with #308B02

Text Example


Text Example

White with #308B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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