Html Css Color HEX #308B07 Bilbao

📋 copy color: '#308B07'

red 48 ◦ green 139 ◦ blue 7

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

Shades of Bilbao #308B07

Tints of Bilbao #308B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 24.74%
G = 71.65%
B = 3.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#308B07 (or 0x308B07) is known color: Bilbao. HEX triplet: 30, 8B and 07. RGB value is (48,139,7). Sum of RGB (Red+Green+Blue) = 48+139+7=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 139 (54.69% from 255 or 71.65% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 139 - color contains mainly: green. Hex color #308B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B07 is #CF74F8. Grayscale: #616161. Windows color (decimal): -13595897 or 494384. OLE color: 494384.

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

Color convert

RGB 48 139 7 -
CMYK 0.65 0 0.95 0.45
HSL 101.36º 0.9% 0.29% -
HSV(B) 101.36º 0.95% 0.55% -
XYZ 10.49 19.11 3.34 -
YUV 96.74 77.35 93.23 -
System Red Green Blue C M Y K H S L
Decimal 48 139 7 0.65 0 0.95 0.45 101.36 0.9 0.29
Hex 30 8B 7 41 0 5F 2D 65 5A 1D
Octal 60 213 7 101 0 137 55 145 132 35
Binary 110000 10001011 111 1000001 0 1011111 101101 1100101 1011010 11101

Color Harmonies of #308B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B07

Black with #308B07

Text Example


Text Example

White with #308B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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