Html Css Color HEX #308F02 Bilbao

📋 copy color: '#308F02'

red 48 ◦ green 143 ◦ blue 2

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

Shades of Bilbao #308F02

Tints of Bilbao #308F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 74.09%

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

R = 24.87%
G = 74.09%
B = 1.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#308F02 (or 0x308F02) is known color: Bilbao. HEX triplet: 30, 8F and 02. RGB value is (48,143,2). Sum of RGB (Red+Green+Blue) = 48+143+2=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #308F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308F02 is #CF70FD. Grayscale: #626262. Windows color (decimal): -13594878 or 167728. OLE color: 167728.

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

Color convert

RGB 48 143 2 -
CMYK 0.66 0 0.99 0.44
HSL 100.43º 0.97% 0.28% -
HSV(B) 100.43º 0.99% 0.56% -
XYZ 11.05 20.28 3.39 -
YUV 98.52 73.53 91.96 -
System Red Green Blue C M Y K H S L
Decimal 48 143 2 0.66 0 0.99 0.44 100.43 0.97 0.28
Hex 30 8F 2 42 0 63 2C 64 61 1C
Octal 60 217 2 102 0 143 54 144 141 34
Binary 110000 10001111 10 1000010 0 1100011 101100 1100100 1100001 11100

Color Harmonies of #308F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F02

Black with #308F02

Text Example


Text Example

White with #308F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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