Html Css Color HEX #307F15 Bilbao

📋 copy color: '#307F15'

red 48 ◦ green 127 ◦ blue 21

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

Shades of Bilbao #307F15

Tints of Bilbao #307F15

RGB

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

 GREEN value IS 127 (50% from 255) = 64.8%

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 24.49%
G = 64.8%
B = 10.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#307F15 (or 0x307F15) is known color: Bilbao. HEX triplet: 30, 7F and 15. RGB value is (48,127,21). Sum of RGB (Red+Green+Blue) = 48+127+21=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 127 (50% from 255 or 64.80% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 127 - color contains mainly: green. Hex color #307F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307F15 is #CF80EA. Grayscale: #5B5B5B. Windows color (decimal): -13598955 or 1408816. OLE color: 1408816.

HSL color Cylindrical-coordinate representation of color #307F15: hue angle of 104.72º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #307F15 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 127 21 -
CMYK 0.62 0 0.83 0.50
HSL 104.72º 0.72% 0.29% -
HSV(B) 104.72º 0.83% 0.5% -
XYZ 8.94 15.86 3.3 -
YUV 91.3 88.33 97.12 -
System Red Green Blue C M Y K H S L
Decimal 48 127 21 0.62 0 0.83 0.50 104.72 0.72 0.29
Hex 30 7F 15 3E 0 53 32 69 48 1D
Octal 60 177 25 76 0 123 62 151 110 35
Binary 110000 1111111 10101 111110 0 1010011 110010 1101001 1001000 11101

Color Harmonies of #307F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F15

Black with #307F15

Text Example


Text Example

White with #307F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307F15; }

 p { color: rgb(48,127,21); }

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

background-color css

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

 a { background-color: rgb(48,127,21); }

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

border-color css

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

 span { border-color: rgb(48,127,21); }

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