Html Css Color HEX #307D17 Bilbao

📋 copy color: '#307D17'

red 48 ◦ green 125 ◦ blue 23

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

Shades of Bilbao #307D17

Tints of Bilbao #307D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 63.78%

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 24.49%
G = 63.78%
B = 11.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#307D17 (or 0x307D17) is known color: Bilbao. HEX triplet: 30, 7D and 17. RGB value is (48,125,23). Sum of RGB (Red+Green+Blue) = 48+125+23=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 125 (49.22% from 255 or 63.78% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 125 - color contains mainly: green. Hex color #307D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D17 is #CF82E8. Grayscale: #5A5A5A. Windows color (decimal): -13599465 or 1539376. OLE color: 1539376.

HSL color Cylindrical-coordinate representation of color #307D17: hue angle of 105.29º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #307D17 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 125 23 -
CMYK 0.62 0 0.82 0.51
HSL 105.29º 0.69% 0.29% -
HSV(B) 105.29º 0.82% 0.49% -
XYZ 8.71 15.36 3.32 -
YUV 90.35 89.99 97.79 -
System Red Green Blue C M Y K H S L
Decimal 48 125 23 0.62 0 0.82 0.51 105.29 0.69 0.29
Hex 30 7D 17 3E 0 52 33 69 45 1D
Octal 60 175 27 76 0 122 63 151 105 35
Binary 110000 1111101 10111 111110 0 1010010 110011 1101001 1000101 11101

Color Harmonies of #307D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D17

Black with #307D17

Text Example


Text Example

White with #307D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,125,23); }

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

background-color css

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

 a { background-color: rgb(48,125,23); }

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

border-color css

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

 span { border-color: rgb(48,125,23); }

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